Spaces:
Runtime error
Runtime error
Commit
·
20ef5fb
1
Parent(s):
30f9d01
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
|