avanii0708 commited on
Commit
bebdd8f
·
verified ·
1 Parent(s): 4872b92
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,4 +203,4 @@ with gr.Blocks(theme=gr.themes.Soft(), title="PawCare AI - Pet Identification")
203
  outputs=[animal_box, breed_box, conf_box, latency_box, dog_box, cat_box, logs]
204
  )
205
 
206
- demo.launch()
 
203
  outputs=[animal_box, breed_box, conf_box, latency_box, dog_box, cat_box, logs]
204
  )
205
 
206
+ demo.launch(share=True)