Spaces:
Running
on
Zero
Running
on
Zero
BenBranyon
commited on
Commit
•
b0426c3
1
Parent(s):
d2794c7
Update app.py
Browse files
app.py
CHANGED
@@ -40,6 +40,7 @@ def respond(
|
|
40 |
demo = gr.ChatInterface(
|
41 |
respond,
|
42 |
chatbot=gr.Chatbot(placeholder="<strong>Sumbot</strong><br>Hello human. What would you like me to rap about today?"),
|
|
|
43 |
additional_inputs=[
|
44 |
gr.Textbox(value="You are a rap lyric generation bot representing the imagination of the artist Sumkilla. Try to avoid words that would offend anyone.", label="System message"),
|
45 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
|
|
40 |
demo = gr.ChatInterface(
|
41 |
respond,
|
42 |
chatbot=gr.Chatbot(placeholder="<strong>Sumbot</strong><br>Hello human. What would you like me to rap about today?"),
|
43 |
+
retry_btn=None,
|
44 |
additional_inputs=[
|
45 |
gr.Textbox(value="You are a rap lyric generation bot representing the imagination of the artist Sumkilla. Try to avoid words that would offend anyone.", label="System message"),
|
46 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|