Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -131,9 +131,10 @@ with gr.Blocks() as demo:
|
|
| 131 |
)
|
| 132 |
audio_output = gr.Audio(
|
| 133 |
label="🎶 Generated Audio File",
|
| 134 |
-
type="
|
| 135 |
interactive=False
|
| 136 |
-
)
|
|
|
|
| 137 |
|
| 138 |
# Footer
|
| 139 |
gr.Markdown("""
|
|
|
|
| 131 |
)
|
| 132 |
audio_output = gr.Audio(
|
| 133 |
label="🎶 Generated Audio File",
|
| 134 |
+
type="filepath", # Correct parameter to handle file paths
|
| 135 |
interactive=False
|
| 136 |
+
)
|
| 137 |
+
|
| 138 |
|
| 139 |
# Footer
|
| 140 |
gr.Markdown("""
|