ffreemt commited on
Commit
a8537f4
1 Parent(s): 294b676
Files changed (1) hide show
  1. app.py +4 -3
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
- ).queue(1).launch()
 
 
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()