leonardlin commited on
Commit
e314ae3
1 Parent(s): 5b2ea5a

hf version doesn't like concurrency_limit

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -89,7 +89,6 @@ chat_interface = gr.ChatInterface(
89
  additional_inputs=[
90
  gr.Textbox(system_prompt, label="System Prompt (Change the language of the prompt for better replies)"),
91
  ],
92
- concurrency_limit=1,
93
  )
94
 
95
  # https://huggingface.co/spaces/ysharma/Explore_llamav2_with_TGI/blob/main/app.py#L219 - we use this with construction b/c Gradio barfs on autoreload otherwise
 
89
  additional_inputs=[
90
  gr.Textbox(system_prompt, label="System Prompt (Change the language of the prompt for better replies)"),
91
  ],
 
92
  )
93
 
94
  # https://huggingface.co/spaces/ysharma/Explore_llamav2_with_TGI/blob/main/app.py#L219 - we use this with construction b/c Gradio barfs on autoreload otherwise