Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,7 +96,7 @@ def generate(
|
|
| 96 |
yield "".join(outputs)
|
| 97 |
|
| 98 |
demo = gr.ChatInterface(
|
| 99 |
-
|
| 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),
|