Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -187,8 +187,5 @@ gradio.ChatInterface(
|
|
| 187 |
height="60vh",
|
| 188 |
bubble_full_width=False,
|
| 189 |
),
|
| 190 |
-
retry_btn=None,
|
| 191 |
-
undo_btn=None,
|
| 192 |
-
clear_btn=None,
|
| 193 |
theme=gradio.themes.Default(font=[gradio.themes.GoogleFont("Zilla Slab")]),
|
| 194 |
).launch(debug=True)
|
|
|
|
| 187 |
height="60vh",
|
| 188 |
bubble_full_width=False,
|
| 189 |
),
|
|
|
|
|
|
|
|
|
|
| 190 |
theme=gradio.themes.Default(font=[gradio.themes.GoogleFont("Zilla Slab")]),
|
| 191 |
).launch(debug=True)
|