sdgzero2ai commited on
Commit
5f89a9f
·
verified ·
1 Parent(s): 352aa51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ def test(input_text):
7
  demo = gr.Interface(fn=test, inputs="text", outputs="text")
8
 
9
  if __name__ == "__main__":
10
- demo.launch(share=True)
 
7
  demo = gr.Interface(fn=test, inputs="text", outputs="text")
8
 
9
  if __name__ == "__main__":
10
+ demo.launch()