BenBranyon commited on
Commit
5986f5c
·
verified ·
1 Parent(s): 5f2a910

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -40,6 +40,7 @@ demo = gr.ChatInterface(
40
  respond,
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
  additional_inputs=[
44
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
45
  gr.Slider(minimum=0.1, maximum=4.0, value=0.8, step=0.1, label="Temperature"),
 
40
  respond,
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"),