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
06e57dd
·
verified
·
1 Parent(s):
b8eb609
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(
debug=True
)
18
title="Auto-Generated Quiz Maker"
19
)
20
21
+
iface.launch()