Nadil Karunarathna commited on
Commit
19ba9de
·
1 Parent(s): 5b3e1bb
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,5 +45,5 @@ def correct(text):
45
 
46
  init()
47
 
48
- demo = gr.Interface(fn=correct, inputs="text", outputs="text", share=True)
49
  demo.launch()
 
45
 
46
  init()
47
 
48
+ demo = gr.Interface(fn=correct, inputs="text", outputs="text")
49
  demo.launch()