Nadil Karunarathna commited on
Commit
252e169
·
1 Parent(s): fdd932a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,4 +57,4 @@ def correct(text):
57
  init()
58
 
59
  demo = gr.Interface(fn=correct, inputs="text", outputs="text")
60
- demo.launch(share=True)
 
57
  init()
58
 
59
  demo = gr.Interface(fn=correct, inputs="text", outputs="text")
60
+ demo.launch()