Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tonic
/
Phi-4
like
6
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Tonic
commited on
Jan 8
Commit
523ead1
·
verified
·
1 Parent(s):
096fae2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -152,4 +152,4 @@ with gr.Blocks() as demo:
152
153
# Launch the demo
154
if __name__ == "__main__":
155
-
demo.launch(
ssr
=False)
152
153
# Launch the demo
154
if __name__ == "__main__":
155
+
demo.launch(
ssr_mode
=False)