Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
qyoo
/
Conceptrol
like
1
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
qyoo
commited on
Mar 8
Commit
477bc72
·
1 Parent(s):
d5a9d16
update
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -389,4 +389,4 @@ with gr.Blocks(css="style.css") as demo:
389
)
390
gr.Markdown(article)
391
392
-
demo.launch()
389
)
390
gr.Markdown(article)
391
392
+
demo.launch(
share=True
)