tejani commited on
Commit
a1df811
·
verified ·
1 Parent(s): 59850fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import base64
9
 
10
  app = FastAPI()
11
 
12
- API_URL = f"https://api-inference.huggingface.co/models/{os.getenv("HF_MODEL")}"
13
  headers = {"Authorization": f"Bearer {os.getenv("HF_TOKEN")}"}
14
  timeout = 100
15
 
 
9
 
10
  app = FastAPI()
11
 
12
+ API_URL = f'https://api-inference.huggingface.co/models/{os.getenv("HF_MODEL")}'
13
  headers = {"Authorization": f"Bearer {os.getenv("HF_TOKEN")}"}
14
  timeout = 100
15