Spaces:
Sleeping
Sleeping
Commit
·
4a30677
1
Parent(s):
efe827a
new test
Browse files
main.py
CHANGED
@@ -15,7 +15,9 @@ import torch
|
|
15 |
app = FastAPI()
|
16 |
|
17 |
image_size = 256
|
18 |
-
hf_token = os.
|
|
|
|
|
19 |
|
20 |
models_locations = [
|
21 |
{
|
|
|
15 |
app = FastAPI()
|
16 |
|
17 |
image_size = 256
|
18 |
+
hf_token = os.environ.get("api_read")
|
19 |
+
|
20 |
+
print(hf_token)
|
21 |
|
22 |
models_locations = [
|
23 |
{
|