Unityraptor commited on
Commit
c6b9401
1 Parent(s): f8bd591

Update app.py

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