Goodnight7 commited on
Commit
eb7108a
·
verified ·
1 Parent(s): 7f13e98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"),