Spaces:
Runtime error
Runtime error
remove messages
Browse files
app.py
CHANGED
@@ -103,13 +103,6 @@ demo = gr.ChatInterface(
|
|
103 |
),
|
104 |
],
|
105 |
stop_btn=None,
|
106 |
-
examples=[
|
107 |
-
["Hello there! How are you doing?"],
|
108 |
-
["Can you explain briefly to me what is the Python programming language?"],
|
109 |
-
["Explain the plot of Cinderella in a sentence."],
|
110 |
-
["How many hours does it take a man to eat a Helicopter?"],
|
111 |
-
["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
|
112 |
-
],
|
113 |
type="messages",
|
114 |
description=DESCRIPTION,
|
115 |
css_paths="style.css",
|
|
|
103 |
),
|
104 |
],
|
105 |
stop_btn=None,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
type="messages",
|
107 |
description=DESCRIPTION,
|
108 |
css_paths="style.css",
|