Unityraptor commited on
Commit
a0c7aa9
1 Parent(s): 9db86ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def predict(mytextInput):
51
 
52
  iface = gr.Interface(predict,
53
  inputs="textbox",
54
- outputs="textbox")
55
 
56
  iface.launch(share=True)
57
 
 
51
 
52
  iface = gr.Interface(predict,
53
  inputs="textbox",
54
+ outputs="text")
55
 
56
  iface.launch(share=True)
57