Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
5d75b6a
1
Parent(s):
9a1279a
Update app.py
Browse files
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 |
-
|
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
|