Spaces:
Edmond98
/
Running on A100

vineelpratap commited on
Commit
114efae
1 Parent(s): 0a6cd62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,7 +90,7 @@ with gr.Blocks() as demo:
90
  </p>
91
  </div>
92
  """
93
- )
94
 
95
- demo.queue(default_concurrency_limit=3)
96
  demo.launch()
 
90
  </p>
91
  </div>
92
  """
93
+ )
94
 
95
+ demo.queue()
96
  demo.launch()