Spaces:
Build error
Build error
ffreemt
commited on
Commit
•
a8537f4
1
Parent(s):
294b676
Update
Browse files
app.py
CHANGED
@@ -30,8 +30,9 @@ def chat(message, history):
|
|
30 |
gr.ChatInterface(
|
31 |
chat,
|
32 |
title="gradio-chatinterface-tryout",
|
33 |
-
description="fooling around",
|
34 |
examples=[
|
35 |
["test me"],
|
36 |
-
]
|
37 |
-
|
|
|
|
30 |
gr.ChatInterface(
|
31 |
chat,
|
32 |
title="gradio-chatinterface-tryout",
|
33 |
+
# description="fooling around",
|
34 |
examples=[
|
35 |
["test me"],
|
36 |
+
],
|
37 |
+
theme=gr.themes.Soft(),
|
38 |
+
).queue(max_size=2).launch()
|