Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -180,12 +180,7 @@ gradio.ChatInterface(
|
|
| 180 |
show_share_button=False,
|
| 181 |
show_copy_button=False,
|
| 182 |
value=[[None, GREETING]],
|
| 183 |
-
avatar_images=(
|
| 184 |
-
"https://cdn.dribbble.com/users/316121/screenshots/2333676/11-04_scotty-plaid_dribbble.png",
|
| 185 |
-
"https://media.thetab.com/blogs.dir/90/files/2021/06/screenshot-2021-06-10-at-110730-1024x537.png",
|
| 186 |
-
),
|
| 187 |
height="60vh",
|
| 188 |
bubble_full_width=False,
|
| 189 |
),
|
| 190 |
-
theme=gradio.themes.Default(font=[gradio.themes.GoogleFont("Zilla Slab")]),
|
| 191 |
).launch(debug=True)
|
|
|
|
| 180 |
show_share_button=False,
|
| 181 |
show_copy_button=False,
|
| 182 |
value=[[None, GREETING]],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 183 |
height="60vh",
|
| 184 |
bubble_full_width=False,
|
| 185 |
),
|
|
|
|
| 186 |
).launch(debug=True)
|