kirp commited on
Commit
19fcd2b
·
1 Parent(s): 269614e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,5 +63,5 @@ g = gr.Interface(
63
  quantized_model: [kirp/TinyLlama-1.1B-Chat-v0.2-gguf](https://huggingface.co/kirp/TinyLlama-1.1B-Chat-v0.2-gguf)
64
  """
65
  )
66
- g.queue(concurrency_count=2)
67
  g.launch()
 
63
  quantized_model: [kirp/TinyLlama-1.1B-Chat-v0.2-gguf](https://huggingface.co/kirp/TinyLlama-1.1B-Chat-v0.2-gguf)
64
  """
65
  )
66
+ g.queue(concurrency_count=1)
67
  g.launch()