Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ class OnnxModelConverter:
|
|
157 |
btx=gr.Textbox("namefile")
|
158 |
|
159 |
download_button1=gr.Button("send")
|
160 |
-
download_button = gr.File(
|
161 |
download_button1.click(create_file,[btx],[download_button])
|
162 |
|
163 |
#choice.change(fn=function_change, inputs=choice, outputs=label)
|
|
|
157 |
btx=gr.Textbox("namefile")
|
158 |
|
159 |
download_button1=gr.Button("send")
|
160 |
+
download_button = gr.File(label="Download ONNX File")
|
161 |
download_button1.click(create_file,[btx],[download_button])
|
162 |
|
163 |
#choice.change(fn=function_change, inputs=choice, outputs=label)
|