geored commited on
Commit
1ea9e86
·
verified ·
1 Parent(s): 1be72c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,4 +100,4 @@ with gr.Blocks(css=css) as demo:
100
  )
101
 
102
  # demo.queue(concurrency_count=75, max_size=100).launch(debug=True)
103
- demo.style(height="600px").queue(max_size=500).launch(debug=True)
 
100
  )
101
 
102
  # demo.queue(concurrency_count=75, max_size=100).launch(debug=True)
103
+ demo.queue(max_size=500,height="600px").launch(debug=True)