ShynBui commited on
Commit
197324c
·
verified ·
1 Parent(s): ea6d602

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,6 +112,6 @@ if __name__ == "__main__":
112
  iface = gr.Interface(
113
  fn=train_step,
114
  inputs=[gr.File(label="Upload CSV"), gr.Textbox()],
115
- outputs=["text", gradio.File()]
116
  )
117
  iface.launch()
 
112
  iface = gr.Interface(
113
  fn=train_step,
114
  inputs=[gr.File(label="Upload CSV"), gr.Textbox()],
115
+ outputs=["text", gr.File()]
116
  )
117
  iface.launch()