hungchiayu commited on
Commit
5d75b6a
·
1 Parent(s): 9a1279a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def gradio_generate(prompt, steps, guidance,duration=10):
36
 
37
  # Save to file
38
  torchaudio.save(filename, output, 44100)
39
- print(f"Audio saved: {unique_filename}")
40
 
41
  # Return the path to the generated audio file
42
  return filename
 
36
 
37
  # Save to file
38
  torchaudio.save(filename, output, 44100)
39
+
40
 
41
  # Return the path to the generated audio file
42
  return filename