Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
broadfield-dev
/
nano-banana
like
1
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Solves 500 error for some users
#1
by
Tonic
- opened
about 24 hours ago
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -129,4 +129,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
129
outputs=image_output
130
)
131
132
-
iface.launch()
129
outputs=image_output
130
)
131
132
+
iface.launch(
ssr_mode=False
)