Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,4 +179,4 @@ demo = gr.Interface(
|
|
| 179 |
description="Upload a room photo to get measurements and material estimates"
|
| 180 |
)
|
| 181 |
|
| 182 |
-
demo.launch()
|
|
|
|
| 179 |
description="Upload a room photo to get measurements and material estimates"
|
| 180 |
)
|
| 181 |
|
| 182 |
+
demo.launch(ssr_mode=False)
|