Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -10,4 +10,4 @@ The future’s here—efficient, fast.
|
|
10 |
gr.ChatInterface(
|
11 |
lambda x,y:x,
|
12 |
chatbot=gr.Chatbot(value=[("Write a short poem about Gradio 5", poem)])
|
13 |
-
).launch()
|
|
|
10 |
gr.ChatInterface(
|
11 |
lambda x,y:x,
|
12 |
chatbot=gr.Chatbot(value=[("Write a short poem about Gradio 5", poem)])
|
13 |
+
).launch(ssr_mode=True)
|