hamza50 commited on
Commit
9e7108f
·
1 Parent(s): 88fd94a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -210,5 +210,5 @@ def greet(query):
210
 
211
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
212
 
213
- demo.launch(share=True)
214
 
 
210
 
211
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
212
 
213
+ demo.launch()
214