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:
csxmli
/
marconetplusplus
like
2
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
csxmli
commited on
Aug 14, 2025
Commit
c9160a9
·
verified
·
1 Parent(s):
f96b5a9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -118,4 +118,4 @@ with gr.Blocks() as demo:
118
)
119
120
if __name__ == "__main__":
121
-
demo.launch()
118
)
119
120
if __name__ == "__main__":
121
+
demo.launch(
share=True
)