Spaces:
Sleeping
Sleeping
mahiatlinux
commited on
Commit
•
09d2438
1
Parent(s):
7739f73
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=gr.Button,
|
126 |
examples=[
|
127 |
# Examples to assist users in starting conversations with the AI.
|
128 |
],
|