BenBranyon commited on
Commit
b828221
1 Parent(s): 6efbdc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ demo = gr.ChatInterface(
40
  respond,
41
  chatbot=gr.Chatbot(placeholder="Greetings human, I am Sum’s Longshadow (v1.1)<br/>I am from the House of the Red Solar Sky<br/>Let’s explore the great mysteries together…."),
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"),
 
40
  respond,
41
  chatbot=gr.Chatbot(placeholder="Greetings human, I am Sum’s Longshadow (v1.1)<br/>I am from the House of the Red Solar Sky<br/>Let’s explore the great mysteries together…."),
42
  retry_btn=None,
43
+ textbox=gr.Textbox(placeholder="Give me a song title, or a question", 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"),