jbarrow commited on
Commit
874a8bc
·
1 Parent(s): 17fcfeb

app update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,4 +120,4 @@ with gr.Blocks(title="CommonForms — PDF → Fillable PDF") as demo:
120
  )
121
 
122
  # Limit default concurrency to 1 (safe for ZeroGPU / GPU-bound ops)
123
- demo.queue(max_size=16, default_concurrency_limit=1, api_open=True).launch(share=True)
 
120
  )
121
 
122
  # Limit default concurrency to 1 (safe for ZeroGPU / GPU-bound ops)
123
+ demo.launch()