Spaces:
Running
on
Zero
Running
on
Zero
BenBranyon
commited on
Commit
•
346e6da
1
Parent(s):
b8995e8
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,7 @@ demo = gr.ChatInterface(
|
|
41 |
chatbot=gr.Chatbot(placeholder="<strong>Sumbot</strong><br>Hello human. What would you like me to rap about today?"),
|
42 |
retry_btn=None,
|
43 |
textbox=gr.Textbox(placeholder="Subject of the song", container=False, scale=7),
|
|
|
44 |
additional_inputs=[
|
45 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
46 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.8, step=0.1, label="Temperature"),
|
|
|
41 |
chatbot=gr.Chatbot(placeholder="<strong>Sumbot</strong><br>Hello human. What would you like me to rap about today?"),
|
42 |
retry_btn=None,
|
43 |
textbox=gr.Textbox(placeholder="Subject of the song", container=False, scale=7),
|
44 |
+
css="styles.css",
|
45 |
additional_inputs=[
|
46 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
47 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.8, step=0.1, label="Temperature"),
|