Spaces:
Build error
Build error
ffreemt
commited on
Commit
·
3087423
1
Parent(s):
911bd2d
Update minimal requirements.txt
Browse files
app.py
CHANGED
@@ -29,6 +29,9 @@ def chat(message, history):
|
|
29 |
|
30 |
gr.ChatInterface(
|
31 |
chat,
|
32 |
-
title="
|
33 |
-
description="
|
|
|
|
|
|
|
34 |
).queue(1).launch()
|
|
|
29 |
|
30 |
gr.ChatInterface(
|
31 |
chat,
|
32 |
+
title="gradio-chatinterface-tryout",
|
33 |
+
description="fooling around",
|
34 |
+
examples=[
|
35 |
+
["test me"],
|
36 |
+
]
|
37 |
).queue(1).launch()
|