sashdev commited on
Commit
80ea21a
·
verified ·
1 Parent(s): f487093

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -228,4 +228,5 @@ with gr.Blocks() as demo:
228
 
229
  button2.click(fn=paraphrase_and_correct, inputs=t2, outputs=result2)
230
 
231
- demo.launch(share=True)
 
 
228
 
229
  button2.click(fn=paraphrase_and_correct, inputs=t2, outputs=result2)
230
 
231
+ # Launch the Gradio app
232
+ demo.launch()