anirudhs commited on
Commit
e8e0630
·
verified ·
1 Parent(s): 7dba966

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ hf_token = os.environ['HF_TOKEN']
6
 
7
  with gr.Blocks() as demo:
8
  iface = gr.load(name="anirudhs/web-researcher", api_key = hf_token, hf_token = hf_token, src="spaces")
9
- iface.queue(concurrency_count=10, max_size=20)
10
  iface.launch()
11
 
12
 
 
6
 
7
  with gr.Blocks() as demo:
8
  iface = gr.load(name="anirudhs/web-researcher", api_key = hf_token, hf_token = hf_token, src="spaces")
9
+ iface.queue(max_size=20)
10
  iface.launch()
11
 
12