Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ class model_onxx:
|
|
| 105 |
'output': {0: 'batch_size'}
|
| 106 |
}
|
| 107 |
)
|
| 108 |
-
|
| 109 |
def starrt(self):
|
| 110 |
#with gr.Blocks() as demo:
|
| 111 |
with gr.Row():
|
|
|
|
| 105 |
'output': {0: 'batch_size'}
|
| 106 |
}
|
| 107 |
)
|
| 108 |
+
return self.download_file(x)
|
| 109 |
def starrt(self):
|
| 110 |
#with gr.Blocks() as demo:
|
| 111 |
with gr.Row():
|