Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,6 +18,7 @@ from f5_tts.infer.utils_infer import (
|
|
| 18 |
# Retrieve token from secrets
|
| 19 |
hf_token = os.getenv("HUGGINGFACEHUB_API_TOKEN")
|
| 20 |
|
|
|
|
| 21 |
# Log in to Hugging Face
|
| 22 |
if hf_token:
|
| 23 |
login(token=hf_token)
|
|
|
|
| 18 |
# Retrieve token from secrets
|
| 19 |
hf_token = os.getenv("HUGGINGFACEHUB_API_TOKEN")
|
| 20 |
|
| 21 |
+
|
| 22 |
# Log in to Hugging Face
|
| 23 |
if hf_token:
|
| 24 |
login(token=hf_token)
|