Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fdisk
/
4QKorLeaderboard
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fdisk
commited on
Apr 8, 2024
Commit
399223b
·
1 Parent(s):
31eb5cb
1st upload for demo
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -11,4 +11,4 @@ demo = gr.Interface(
11
outputs=["text"],
12
)
13
14
-
demo.launch()
11
outputs=["text"],
12
)
13
14
+
demo.launch(
share=True
)