Kush1 commited on
Commit
f9231e3
1 Parent(s): 2e8f13b

Initial Commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,4 +22,4 @@ def greet(name):
22
  return "Hello " + name + "!!"
23
 
24
  iface = gr.Interface(fn=query, inputs="text", outputs="text")
25
- iface.launch()
 
22
  return "Hello " + name + "!!"
23
 
24
  iface = gr.Interface(fn=query, inputs="text", outputs="text")
25
+ iface.launch(share=True)