Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
timadair
/
quiz-time
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
timadair
commited on
Sep 5, 2025
Commit
dd03218
·
1 Parent(s):
b57dcf0
Create public link on launch
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -120,4 +120,4 @@ with gr.Blocks() as demo:
120
outputs=result_out,
121
)
122
123
-
demo.launch()
120
outputs=result_out,
121
)
122
123
+
demo.launch(
share=True
)