Spaces:
Running
on
Zero
Running
on
Zero
Solves 500 error for some users
#1
by
Tonic
- opened
app.py
CHANGED
@@ -216,4 +216,4 @@ with block:
|
|
216 |
process_3d, inputs=[seg_image, num_steps, cfg_scale, input_grid_res, seed, simplify_mesh, target_num_faces], outputs=[output_model]
|
217 |
)
|
218 |
|
219 |
-
block.launch()
|
|
|
216 |
process_3d, inputs=[seg_image, num_steps, cfg_scale, input_grid_res, seed, simplify_mesh, target_num_faces], outputs=[output_model]
|
217 |
)
|
218 |
|
219 |
+
block.launch(ssr_mode=False)
|