Spaces:
Sleeping
Sleeping
Update run.py
Browse files
run.py
CHANGED
@@ -27,7 +27,6 @@ def bot(history):
|
|
27 |
with gr.Blocks() as demo:
|
28 |
chatbot = gr.Chatbot(
|
29 |
[],
|
30 |
-
avatar_images=(None, (os.path.join(os.path.dirname(__file__), "avatar.png"))),
|
31 |
)
|
32 |
|
33 |
with gr.Row():
|
|
|
27 |
with gr.Blocks() as demo:
|
28 |
chatbot = gr.Chatbot(
|
29 |
[],
|
|
|
30 |
)
|
31 |
|
32 |
with gr.Row():
|