Joao Henrique commited on
Commit
882aca1
·
1 Parent(s): 9fc7d2b
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -53,8 +53,8 @@ def predict(indeps):
53
 
54
  gr.Interface(
55
  fn=predict,
56
- inputs=gr.components.Textbox,
57
- outputs=gr.components.Textbox,
58
  ).launch(share=False)
59
 
60
 
 
53
 
54
  gr.Interface(
55
  fn=predict,
56
+ inputs="text",
57
+ outputs="text",
58
  ).launch(share=False)
59
 
60