Bils commited on
Commit
f747707
·
verified ·
1 Parent(s): 77fd129

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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="file",
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("""