Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ chat_interface = gr.ChatInterface(
|
|
62 |
examples=[["ما هى عاصمة فلسطين ؟"]],
|
63 |
example_icons=[["💡"]],
|
64 |
cache_examples=False,
|
65 |
-
|
66 |
)
|
67 |
|
68 |
with gr.Blocks(fill_height=True) as demo:
|
@@ -70,4 +70,4 @@ with gr.Blocks(fill_height=True) as demo:
|
|
70 |
chat_interface.render()
|
71 |
|
72 |
if __name__ == "__main__":
|
73 |
-
demo.queue().launch(ssr_mode=
|
|
|
62 |
examples=[["ما هى عاصمة فلسطين ؟"]],
|
63 |
example_icons=[["💡"]],
|
64 |
cache_examples=False,
|
65 |
+
theme="JohnSmith9982/small_and_pretty",
|
66 |
)
|
67 |
|
68 |
with gr.Blocks(fill_height=True) as demo:
|
|
|
70 |
chat_interface.render()
|
71 |
|
72 |
if __name__ == "__main__":
|
73 |
+
demo.queue().launch(ssr_mode=True)
|