Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ chat_interface = gr.ChatInterface(
|
|
122 |
value=1.2,
|
123 |
),
|
124 |
],
|
125 |
-
stop_btn=
|
126 |
examples=[
|
127 |
# Examples to assist users in starting conversations with the AI.
|
128 |
],
|
|
|
122 |
value=1.2,
|
123 |
),
|
124 |
],
|
125 |
+
stop_btn=None,
|
126 |
examples=[
|
127 |
# Examples to assist users in starting conversations with the AI.
|
128 |
],
|