Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
YinuoGuo27
/
test_kdtalker
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
YinuoGuo27
commited on
6 days ago
Commit
1595e30
·
verified
·
1 Parent(s):
bc465fc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -144,4 +144,4 @@ def main():
144
145
146
demo = main()
147
-
demo.queue().launch()
144
145
146
demo = main()
147
+
demo.queue().launch(
share=True
)