RohitGandikota commited on
Commit
8ea0eb5
β€’
1 Parent(s): e0306f8

testing inference on CPU

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ class Demo:
43
 
44
  with gr.Blocks() as demo:
45
  self.layout()
46
- demo.queue(concurrency_count=5).launch()
47
 
48
 
49
  def layout(self):
 
43
 
44
  with gr.Blocks() as demo:
45
  self.layout()
46
+ demo.queue().launch(max_threads=3)
47
 
48
 
49
  def layout(self):