Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ interface = gr.ChatInterface(
|
|
53 |
GPT architecture, this model is trained on the DailyDialog dataset to
|
54 |
provide conversational responses.""",
|
55 |
theme="default",
|
56 |
-
examples=["
|
57 |
)
|
58 |
|
59 |
|
|
|
53 |
GPT architecture, this model is trained on the DailyDialog dataset to
|
54 |
provide conversational responses.""",
|
55 |
theme="default",
|
56 |
+
examples=["How are you?", "What is your favorite hobby?."]
|
57 |
)
|
58 |
|
59 |
|