Veda0718 commited on
Commit
987ff34
·
verified ·
1 Parent(s): e57d40a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,4 +101,4 @@ with gr.Blocks(theme=gr.themes.Monochrome()) as app:
101
 
102
  btn.click(fn=run_inference, inputs=[api_key_input, image, question], outputs=answer)
103
 
104
- app.launch(share=True, debug=True, height=800, width="100%")
 
101
 
102
  btn.click(fn=run_inference, inputs=[api_key_input, image, question], outputs=answer)
103
 
104
+ app.launch(debug=True, height=800, width="100%")