Arnav Raina commited on
Commit
0d1f427
·
1 Parent(s): 3300af1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ with gr.Blocks() as demo:
32
  text = gr.Textbox(show_label=False, elem_id="result-textarea")
33
  btn.click(detect, inputs=[image], outputs=[text], api_name="predict")
34
 
35
- demo.launch(share=True)
 
32
  text = gr.Textbox(show_label=False, elem_id="result-textarea")
33
  btn.click(detect, inputs=[image], outputs=[text], api_name="predict")
34
 
35
+ demo.launch()