Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
LBulls/2306VIR-interview
amirigo
/
error-interview
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
amirigo
commited on
17 days ago
Commit
2e7c84c
·
verified
·
1 Parent(s):
86c5af0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -374,4 +374,4 @@ with gr.Blocks(title="AI Interview Agent", theme=gr.themes.Soft()) as demo:
374
outputs=[confirm_box],
375
)
376
377
-
demo.launch()
374
outputs=[confirm_box],
375
)
376
377
+
demo.launch(
ssr_mode=False
)