Taizun commited on
Commit
fb94e5f
·
verified ·
1 Parent(s): f66035c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ demo = gr.Interface(
27
  fn=chat,
28
  inputs=["dropdown", "text"],
29
  outputs="text",
30
- title="Chat with AI Celebrities",
31
  description="Select a character and chat with their AI version.",
32
  examples=[["Albert Einstein", "What is relativity?"], ["Cristiano Ronaldo", "How do you stay motivated?"]]
33
  )
 
27
  fn=chat,
28
  inputs=["dropdown", "text"],
29
  outputs="text",
30
+ title="Chat with AI Celebs",
31
  description="Select a character and chat with their AI version.",
32
  examples=[["Albert Einstein", "What is relativity?"], ["Cristiano Ronaldo", "How do you stay motivated?"]]
33
  )