Joao Henrique commited on
Commit
7f5e418
·
1 Parent(s): 843fcfd
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def predict(indeps="0;0"):
49
 
50
  gr.Interface(
51
  fn=predict,
52
- inputs=gr.components.TextBox,
53
  outputs=gr.components.Textbox,
54
  examples=examples
55
  ).launch(share=False)
 
49
 
50
  gr.Interface(
51
  fn=predict,
52
+ inputs=gr.components.Textbox,
53
  outputs=gr.components.Textbox,
54
  examples=examples
55
  ).launch(share=False)