Spaces:
Runtime error
Runtime error
FurnTheFurnace
commited on
Commit
•
73ee6e5
1
Parent(s):
c0ce6d2
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ additional_inputs = [
|
|
50 |
gr.Number(precision=0, value=42, label="Seed", info="A starting point to initiate generation, use 0 for random")
|
51 |
]
|
52 |
|
53 |
-
gr.ChatInterface(
|
54 |
fn=generate_response,
|
55 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
56 |
additional_inputs=additional_inputs,
|
|
|
50 |
gr.Number(precision=0, value=42, label="Seed", info="A starting point to initiate generation, use 0 for random")
|
51 |
]
|
52 |
|
53 |
+
gr.ChatInterface(theme='JohnSmith9982/small_and_pretty'
|
54 |
fn=generate_response,
|
55 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
56 |
additional_inputs=additional_inputs,
|