Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
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
6 days ago
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
)