Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def respond(
|
|
42 |
demo = gr.ChatInterface(
|
43 |
respond,
|
44 |
theme= "soft",
|
45 |
-
exemples= [["write a poem about football."], "Give me a funny joke."],
|
46 |
title= "text generation"
|
47 |
additional_inputs=[
|
48 |
gr.Textbox(value="You are a funny QA Chatbot.", label="System message"),
|
|
|
42 |
demo = gr.ChatInterface(
|
43 |
respond,
|
44 |
theme= "soft",
|
45 |
+
exemples= [["write a poem about football."], ["Give me a funny joke."]],
|
46 |
title= "text generation"
|
47 |
additional_inputs=[
|
48 |
gr.Textbox(value="You are a funny QA Chatbot.", label="System message"),
|