Update app.py
Browse files
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
|
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 |
)
|