Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -111,13 +111,13 @@ chat_interface = gr.ChatInterface(
|
|
111 |
),
|
112 |
],
|
113 |
stop_btn=None,
|
114 |
-
examples=[
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
],
|
121 |
)
|
122 |
|
123 |
with gr.Blocks(css="style.css") as demo:
|
|
|
111 |
),
|
112 |
],
|
113 |
stop_btn=None,
|
114 |
+
# examples=[
|
115 |
+
# ["Hello there! How are you doing?"],
|
116 |
+
# ["Can you explain briefly to me what is the Python programming language?"],
|
117 |
+
# ["Explain the plot of Cinderella in a sentence."],
|
118 |
+
# ["How many hours does it take a man to eat a Helicopter?"],
|
119 |
+
# ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
|
120 |
+
# ],
|
121 |
)
|
122 |
|
123 |
with gr.Blocks(css="style.css") as demo:
|