Spaces:
Sleeping
Sleeping
Kamal-prog-code commited on
Commit ·
5ebb043
1
Parent(s): be39391
server check
Browse files- app.py +0 -1
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -466,4 +466,3 @@ with gr.Blocks(title="DeepSeek-OCR-2") as demo:
|
|
| 466 |
|
| 467 |
if __name__ == "__main__":
|
| 468 |
demo.queue(max_size=20).launch(theme=gr.themes.Soft())
|
| 469 |
-
|
|
|
|
| 466 |
|
| 467 |
if __name__ == "__main__":
|
| 468 |
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 |
torch
|
| 5 |
torchvision
|
| 6 |
qwen_vl_utils
|
|
|
|
| 1 |
spaces
|
| 2 |
huggingface_hub
|
| 3 |
+
transformers
|
| 4 |
torch
|
| 5 |
torchvision
|
| 6 |
qwen_vl_utils
|