gsacco15 commited on
Commit
ba1a527
·
verified ·
1 Parent(s): 171a25b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)