Manar11 commited on
Commit
397efea
·
verified ·
1 Parent(s): b9dcef2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,4 +159,4 @@ interface = gr.Interface(
159
  title="Object Detection with Gemini"
160
  )
161
 
162
- interface.launch()
 
159
  title="Object Detection with Gemini"
160
  )
161
 
162
+ interface.launch(server_name="0.0.0.0", server_port=7860)