Update app.py
Browse files
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=
|
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 |
|