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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ class OnnxModelConverter:
153
 
154
  btn=gr.Button("convert")
155
  label=gr.Label("return name model onxx")
156
- btn.click(self.convert,[text_n_model,text_n_token,text_n_onxx,choice],[label])
157
  btx=gr.Textbox("namefile")
158
 
159
  download_button1=gr.Button("send")
 
153
 
154
  btn=gr.Button("convert")
155
  label=gr.Label("return name model onxx")
156
+ btn.click(self.convert,[text_n_model,text_n_token,text_n_onxx,choice],[gr.File(label="Download ONNX File")])
157
  btx=gr.Textbox("namefile")
158
 
159
  download_button1=gr.Button("send")