pgurazada1 commited on
Commit
92f6e9e
1 Parent(s): 136959f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ demo = gr.Interface(
60
  description="This API allows you to predict the price of a diamond given its attributes",
61
  allow_flagging="auto",
62
  flagging_callback=hf_writer,
63
- concurrency_limit=8
64
  )
65
 
66
  demo.queue()
 
60
  description="This API allows you to predict the price of a diamond given its attributes",
61
  allow_flagging="auto",
62
  flagging_callback=hf_writer,
63
+ concurrency_limit=4
64
  )
65
 
66
  demo.queue()