Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ccareaga
/
Intrinsic
like
15
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ccareaga
commited on
Apr 9
Commit
f943ab4
·
verified
·
1 Parent(s):
ce594c5
fixing rendering bug
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -132,5 +132,5 @@ with gr.Blocks(
132
outputs=[alb_img, shd_img, dif_img]
133
)
134
135
-
demo.launch(show_error=True)
136
132
outputs=[alb_img, shd_img, dif_img]
133
)
134
135
+
demo.launch(show_error=True
, ssr_mode=False
)
136