kreemyyyy commited on
Commit
84bd09f
·
verified ·
1 Parent(s): 98e5cd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -215,9 +215,7 @@ interface = gr.Interface(
215
  ],
216
  title="Roboflow Detection with Handwriting Overlay",
217
  description="Upload an image and enter text to overlay. The Roboflow model detects the white paper area, and a handwriting image is generated via Calligraphr using Pyppeteer. The output image is composited accordingly.",
218
- allow_flagging="never",
219
- # Limit concurrency to 1 to reduce potential conflicts with the single event loop
220
- concurrency_count=1
221
  )
222
 
223
  if __name__ == "__main__":
 
215
  ],
216
  title="Roboflow Detection with Handwriting Overlay",
217
  description="Upload an image and enter text to overlay. The Roboflow model detects the white paper area, and a handwriting image is generated via Calligraphr using Pyppeteer. The output image is composited accordingly.",
218
+ allow_flagging="never"
 
 
219
  )
220
 
221
  if __name__ == "__main__":