Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def generate_audio(prompt, sampler_type_dropdown, seconds_total=30, steps=100, c
|
|
35 |
|
36 |
# Fetch the Hugging Face token from the environment variable
|
37 |
hf_token = os.getenv('HF_TOKEN')
|
38 |
-
print(f"Hugging Face token: {hf_token}")
|
39 |
|
40 |
# Use pre-loaded model and configuration
|
41 |
model, model_config = load_model()
|
|
|
35 |
|
36 |
# Fetch the Hugging Face token from the environment variable
|
37 |
hf_token = os.getenv('HF_TOKEN')
|
38 |
+
#print(f"Hugging Face token: {hf_token}")
|
39 |
|
40 |
# Use pre-loaded model and configuration
|
41 |
model, model_config = load_model()
|