Thanravee commited on
Commit
00fa1f8
1 Parent(s): d2612a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -353,4 +353,4 @@ def main(klong_text):
353
  import gradio as gr
354
 
355
  iface = gr.Interface(fn=main, inputs="text", outputs="text")
356
- iface.launch(share=True, debug=True)
 
353
  import gradio as gr
354
 
355
  iface = gr.Interface(fn=main, inputs="text", outputs="text")
356
+ iface.launch(debug=True)