abidlabs HF staff commited on
Commit
b4cd72a
1 Parent(s): be70299

Update app.py

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