Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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__":
|