pgurazada1 commited on
Commit
930580c
1 Parent(s): 1895ca6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -59,8 +59,9 @@ demo = gr.Interface(
59
  title="Diamond Price Predictor",
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
  )
64
 
65
- demo.queue(concurrency_count=8)
66
  demo.launch(share=False)
 
59
  title="Diamond Price Predictor",
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()
67
  demo.launch(share=False)