wasmdashai commited on
Commit
0b4f4f7
·
verified ·
1 Parent(s): fdbecf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(create_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)
 
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)