priyaradhakrishnan commited on
Commit
5e92d2d
1 Parent(s): 6bd673b

added "share=True"

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ def greet(text_content):
30
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
31
  print("Throwing up")
32
  #demo.lauch()
33
- if __name__ == "__main__": demo.launch()
 
30
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
31
  print("Throwing up")
32
  #demo.lauch()
33
+ if __name__ == "__main__": demo.launch(share=True)