Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
6111611
1
Parent(s):
4bde525
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ def respond(
|
|
87 |
yield outputs
|
88 |
demo = gr.ChatInterface(
|
89 |
fn=respond,
|
90 |
-
theme=
|
91 |
additional_inputs=[
|
92 |
gr.Textbox(value="You are a helpful assistant.", label="System message"),
|
93 |
gr.Slider(minimum=1, maximum=8192, value=2048, step=1, label="Max tokens"),
|
|
|
87 |
yield outputs
|
88 |
demo = gr.ChatInterface(
|
89 |
fn=respond,
|
90 |
+
theme="bethecloud/storj_theme",
|
91 |
additional_inputs=[
|
92 |
gr.Textbox(value="You are a helpful assistant.", label="System message"),
|
93 |
gr.Slider(minimum=1, maximum=8192, value=2048, step=1, label="Max tokens"),
|