Priyanhsu commited on
Commit
46704cd
·
1 Parent(s): 3b927ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,4 +50,4 @@ def test_model(text):
50
  iface = gr.Interface(fn=test_model, inputs="text", outputs="text")
51
 
52
  # Launch the interface
53
- iface.launch(share=True)
 
50
  iface = gr.Interface(fn=test_model, inputs="text", outputs="text")
51
 
52
  # Launch the interface
53
+ iface.launch()