Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -304,4 +304,4 @@ with gr.Blocks(theme=gr.themes.Soft(), title="DeepSeek-OCR") as demo:
|
|
| 304 |
[text_out, md_out, raw_out, img_out, gallery])
|
| 305 |
|
| 306 |
if __name__ == "__main__":
|
| 307 |
-
demo.queue(max_size=20).launch()
|
|
|
|
| 304 |
[text_out, md_out, raw_out, img_out, gallery])
|
| 305 |
|
| 306 |
if __name__ == "__main__":
|
| 307 |
+
demo.queue(max_size=20).launch()
|