Spaces:
Runtime error
Runtime error
app update
Browse files
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.
|
|
|
|
| 120 |
)
|
| 121 |
|
| 122 |
# Limit default concurrency to 1 (safe for ZeroGPU / GPU-bound ops)
|
| 123 |
+
demo.launch()
|