miteshkotak7 commited on
Commit
8b2f52a
·
1 Parent(s): c6fabf5

Update hello.py

Browse files
Files changed (1) hide show
  1. hello.py +1 -1
hello.py CHANGED
@@ -5,4 +5,4 @@ def greet(name):
5
 
6
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
 
8
- demo.launch(share=True)
 
5
 
6
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
 
8
+ demo.launch()