Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kyauly
/
quiz-maker
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kyauly
commited on
May 20, 2025
Commit
b8eb609
·
verified
·
1 Parent(s):
08290e8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -18,4 +18,4 @@ iface = gr.Interface(
18
title="Auto-Generated Quiz Maker"
19
)
20
21
-
iface.launch(
share=True,
debug=True)
18
title="Auto-Generated Quiz Maker"
19
)
20
21
+
iface.launch(debug=True)