Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Manar11
/
object-detecation
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Manar11
commited on
Feb 10
Commit
397efea
·
verified
·
1 Parent(s):
b9dcef2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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
)