Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
iamtejanb
/
objdetect
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
iamtejanb
commited on
Jan 14
Commit
7e3ce43
·
verified
·
1 Parent(s):
7435ff2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -24,4 +24,4 @@ demo = gr.Interface(
24
type="pil")
25
)
26
27
-
demo.launch(share=True
, server_port=int(os.environ['PORT1']
)
)
24
type="pil")
25
)
26
27
+
demo.launch(share=True)