Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
MLBench
/
Car-Mirror-Segmentation
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ayesha-Majeed
commited on
Jun 1
Commit
71f636a
·
verified
·
1 Parent(s):
9dc3b56
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -276,4 +276,4 @@ with gr.Blocks(theme=theme, title="Car vs Mirror Segmentation") as demo:
276
)
277
278
if __name__ == "__main__":
279
-
demo.launch(
server_name="0.0.0.0"
)
276
)
277
278
if __name__ == "__main__":
279
+
demo.launch()