prath commited on
Commit
1e0e707
Β·
1 Parent(s): 27e3c06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,4 +31,4 @@ output_text = gr.outputs.Textbox(label="Output Text")
31
  interface = gr.Interface(fn=predict, inputs=input_text, outputs=output_text)
32
 
33
  # Run the interface
34
- interface.launch(share=True)
 
31
  interface = gr.Interface(fn=predict, inputs=input_text, outputs=output_text)
32
 
33
  # Run the interface
34
+ interface.launch()