awacke1 commited on
Commit
46941d3
1 Parent(s): b611a12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()