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

removed 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(share=True)
 
30
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
31
  print("Throwing up")
32
  #demo.lauch()
33
+ if __name__ == "__main__": demo.launch()