Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -176,8 +176,6 @@ gradio.ChatInterface(
|
|
| 176 |
show_label=False,
|
| 177 |
show_share_button=False,
|
| 178 |
show_copy_button=False,
|
| 179 |
-
# value=[[None, GREETING]],
|
| 180 |
-
height="60vh",
|
| 181 |
bubble_full_width=False,
|
| 182 |
),
|
| 183 |
).launch(debug=True)
|
|
|
|
| 176 |
show_label=False,
|
| 177 |
show_share_button=False,
|
| 178 |
show_copy_button=False,
|
|
|
|
|
|
|
| 179 |
bubble_full_width=False,
|
| 180 |
),
|
| 181 |
).launch(debug=True)
|