dawood HF staff commited on
Commit
0b9ea3b
1 Parent(s): 1ae4543

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -501,6 +501,6 @@ with gr.Blocks(fill_height=True) as demo:
501
  **Note:** You need a Together AI API key to use these models. Get one at [Together AI](https://www.together.ai/).
502
  """)
503
 
504
- demo.launch(ssr_mode=False)
505
 
506
 
 
501
  **Note:** You need a Together AI API key to use these models. Get one at [Together AI](https://www.together.ai/).
502
  """)
503
 
504
+ demo.launch(ssr_mode=True)
505
 
506