Spaces:
Sleeping
Sleeping
Commit
·
6e3aaba
1
Parent(s):
0059ef4
Update version
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import os
|
|
| 4 |
from pydantic import BaseModel
|
| 5 |
from fastapi.responses import JSONResponse
|
| 6 |
|
| 7 |
-
print("Version ----
|
| 8 |
app = FastAPI()
|
| 9 |
|
| 10 |
def download_file_from_hf(repo_id, filename):
|
|
|
|
| 4 |
from pydantic import BaseModel
|
| 5 |
from fastapi.responses import JSONResponse
|
| 6 |
|
| 7 |
+
print("Version ---- 3")
|
| 8 |
app = FastAPI()
|
| 9 |
|
| 10 |
def download_file_from_hf(repo_id, filename):
|