Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Actually, this wasn't defined
Browse files
app.py
CHANGED
@@ -29,7 +29,6 @@ async def convert(req: Request):
|
|
29 |
theme = req.query_params.get("theme")
|
30 |
r = await client.get(
|
31 |
url,
|
32 |
-
headers={"Authorization": f"Bearer {os.environ.get('HF_TOKEN')}"},
|
33 |
follow_redirects=True,
|
34 |
# httpx no follow redirect by default
|
35 |
)
|
|
|
29 |
theme = req.query_params.get("theme")
|
30 |
r = await client.get(
|
31 |
url,
|
|
|
32 |
follow_redirects=True,
|
33 |
# httpx no follow redirect by default
|
34 |
)
|