plannist
commited on
Commit
·
66f829a
1
Parent(s):
f06dabc
SSR mode change
Browse files
app.py
CHANGED
@@ -26,4 +26,4 @@ def chat_fn(prompt):
|
|
26 |
return [output]
|
27 |
|
28 |
demo = gr.Interface(fn=chat_fn, inputs="text", outputs="text")
|
29 |
-
demo.launch()
|
|
|
26 |
return [output]
|
27 |
|
28 |
demo = gr.Interface(fn=chat_fn, inputs="text", outputs="text")
|
29 |
+
demo.launch(ssr_mode=False)
|