Sergey Mikhno
commited on
Commit
·
95b8d1f
1
Parent(s):
decd734
import spaces
Browse files- app/app.py +1 -0
app/app.py
CHANGED
@@ -2,6 +2,7 @@ from flask import Flask
|
|
2 |
from doclayout_yolo import YOLOv10
|
3 |
from huggingface_hub import hf_hub_download
|
4 |
import torch
|
|
|
5 |
|
6 |
import os
|
7 |
import json
|
|
|
2 |
from doclayout_yolo import YOLOv10
|
3 |
from huggingface_hub import hf_hub_download
|
4 |
import torch
|
5 |
+
import spaces
|
6 |
|
7 |
import os
|
8 |
import json
|