0xharib commited on
Commit
0f3e57f
·
1 Parent(s): c95f0e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ with gr.Blocks() as demo:
15
  output = gr.Textbox(label="Response:")
16
  submitBtn.click(fn=process, inputs=[choice,textFile,webLink],outputs=output)
17
 
18
- demo.launch(share=True)
 
15
  output = gr.Textbox(label="Response:")
16
  submitBtn.click(fn=process, inputs=[choice,textFile,webLink],outputs=output)
17
 
18
+ demo.launch()