BenBranyon commited on
Commit
5432431
·
verified ·
1 Parent(s): 0616fd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def generate(
96
  yield "".join(outputs)
97
 
98
  demo = gr.ChatInterface(
99
- respond,
100
  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…."),
101
  retry_btn=None,
102
  textbox=gr.Textbox(placeholder="Give me a song title, or a question", container=False, scale=7),
 
96
  yield "".join(outputs)
97
 
98
  demo = gr.ChatInterface(
99
+ generate,
100
  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…."),
101
  retry_btn=None,
102
  textbox=gr.Textbox(placeholder="Give me a song title, or a question", container=False, scale=7),