Spaces:
Sleeping
Sleeping
Kamal-prog-code commited on
Commit ·
284b475
1
Parent(s): 1142977
Transformers
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -405,4 +405,4 @@ with gr.Blocks(title="DeepSeek-OCR-2") as demo:
|
|
| 405 |
[text_out, md_out, raw_out, img_out, gallery])
|
| 406 |
|
| 407 |
if __name__ == "__main__":
|
| 408 |
-
demo.queue(max_size=20).launch(theme=gr.themes.Soft())
|
|
|
|
| 405 |
[text_out, md_out, raw_out, img_out, gallery])
|
| 406 |
|
| 407 |
if __name__ == "__main__":
|
| 408 |
+
demo.queue(max_size=20).launch(theme=gr.themes.Soft())
|
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
spaces
|
| 2 |
huggingface_hub
|
| 3 |
-
transformers==4.
|
| 4 |
torch
|
| 5 |
torchvision
|
| 6 |
qwen_vl_utils
|
|
|
|
| 1 |
spaces
|
| 2 |
huggingface_hub
|
| 3 |
+
transformers==4.53.0
|
| 4 |
torch
|
| 5 |
torchvision
|
| 6 |
qwen_vl_utils
|