Spaces:
Sleeping
Sleeping
Kamal-prog-code commited on
Commit ·
3f4b600
1
Parent(s): ca3e0d4
safetensors
Browse files- app.py +1 -1
- requirements.txt +1 -0
app.py
CHANGED
|
@@ -408,4 +408,4 @@ with gr.Blocks(title="DeepSeek-OCR-2") as demo:
|
|
| 408 |
[text_out, md_out, raw_out, img_out, gallery])
|
| 409 |
|
| 410 |
if __name__ == "__main__":
|
| 411 |
-
demo.queue(max_size=20).launch(theme=gr.themes.Soft())
|
|
|
|
| 408 |
[text_out, md_out, raw_out, img_out, gallery])
|
| 409 |
|
| 410 |
if __name__ == "__main__":
|
| 411 |
+
demo.queue(max_size=20).launch(theme=gr.themes.Soft())
|
requirements.txt
CHANGED
|
@@ -23,3 +23,4 @@ albumentations
|
|
| 23 |
beautifulsoup4
|
| 24 |
open-clip-torch
|
| 25 |
opencv_python_headless==4.9.0.80
|
|
|
|
|
|
| 23 |
beautifulsoup4
|
| 24 |
open-clip-torch
|
| 25 |
opencv_python_headless==4.9.0.80
|
| 26 |
+
safetensors
|