Spaces:
Sleeping
Sleeping
Stanislav
commited on
Commit
·
c2a8ffe
1
Parent(s):
ff80a3d
feat: yaml docker and all
Browse files- app.py +1 -1
- requirements.txt +0 -0
- run_fastapi.py +1 -0
app.py
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
from run_fastapi import app
|
|
|
|
| 1 |
+
from run_fastapi import app
|
requirements.txt
CHANGED
|
Binary files a/requirements.txt and b/requirements.txt differ
|
|
|
run_fastapi.py
CHANGED
|
@@ -15,6 +15,7 @@ from models.dino import DinoWrapper
|
|
| 15 |
|
| 16 |
from huggingface_hub import hf_hub_download
|
| 17 |
|
|
|
|
| 18 |
app = FastAPI()
|
| 19 |
|
| 20 |
# --- Mount static files and templates
|
|
|
|
| 15 |
|
| 16 |
from huggingface_hub import hf_hub_download
|
| 17 |
|
| 18 |
+
|
| 19 |
app = FastAPI()
|
| 20 |
|
| 21 |
# --- Mount static files and templates
|