Spaces:
Runtime error
Runtime error
Update app.py
Browse filesadd stop button
app.py
CHANGED
|
@@ -139,7 +139,7 @@ chat_interface = gr.ChatInterface(
|
|
| 139 |
value=1.4,
|
| 140 |
),
|
| 141 |
],
|
| 142 |
-
stop_btn=
|
| 143 |
cache_examples=False,
|
| 144 |
examples=[
|
| 145 |
["Explain quantum physics in 5 words or less:"],
|
|
|
|
| 139 |
value=1.4,
|
| 140 |
),
|
| 141 |
],
|
| 142 |
+
stop_btn="Stop",
|
| 143 |
cache_examples=False,
|
| 144 |
examples=[
|
| 145 |
["Explain quantum physics in 5 words or less:"],
|