saattrupdan commited on
Commit
ef7d703
1 Parent(s): a4e344c

chore: Disable ssr_mode

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ def main():
198
  )
199
 
200
  # Run the app
201
- demo.launch(width=.5)
202
 
203
 
204
  @torch.compile()
 
198
  )
199
 
200
  # Run the app
201
+ demo.launch(width=.5, ssr_mode=False)
202
 
203
 
204
  @torch.compile()