wizzseen commited on
Commit
3c44e71
·
1 Parent(s): 690da07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ def pre(features):
32
  return prediction[0]
33
 
34
  iface = gr.Interface(fn=pre, inputs="text", outputs="text")
35
- iface.launch(share=True)
 
32
  return prediction[0]
33
 
34
  iface = gr.Interface(fn=pre, inputs="text", outputs="text")
35
+ iface.launch()