Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,8 +59,7 @@ with gr.Blocks(css=custom_css) as chat:
|
|
59 |
multimodal=True,
|
60 |
cache_examples=False,
|
61 |
autofocus=False,
|
62 |
-
concurrency_limit=10
|
63 |
-
elem_classes="custom-chatbot"
|
64 |
)
|
65 |
|
66 |
# Voice chat block
|
|
|
59 |
multimodal=True,
|
60 |
cache_examples=False,
|
61 |
autofocus=False,
|
62 |
+
concurrency_limit=10
|
|
|
63 |
)
|
64 |
|
65 |
# Voice chat block
|