KingNish commited on
Commit
df9dfdd
Β·
verified Β·
1 Parent(s): 954f085

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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