Viraj2307 commited on
Commit
428a02a
·
verified ·
1 Parent(s): ad595c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,4 +196,4 @@ with gr.Blocks() as demo:
196
  suggestion_output = gr.Textbox(label="Improvement Suggestions", lines=5)
197
 
198
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
199
- demo.launch()
 
196
  suggestion_output = gr.Textbox(label="Improvement Suggestions", lines=5)
197
 
198
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
199
+ demo.launch(share=True)