alexfremont commited on
Commit
4a30677
·
1 Parent(s): efe827a
Files changed (1) hide show
  1. main.py +3 -1
main.py CHANGED
@@ -15,7 +15,9 @@ import torch
15
  app = FastAPI()
16
 
17
  image_size = 256
18
- hf_token = os.getenv("api_read")
 
 
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
  {