Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ManthaBhuvana
/
mcq-generator
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ManthaBhuvana
commited on
about 1 month ago
Commit
a3f4a19
·
verified
·
1 Parent(s):
c625545
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -88,4 +88,5 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
88
outputs=[mcq_output, download_output, status]
89
)
90
91
-
demo.launch()
88
outputs=[mcq_output, download_output, status]
89
)
90
91
+
demo.launch(
ssr_mode=False
)
92
+