breadlicker45 commited on
Commit
1cf9b7e
1 Parent(s): cd6f1ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with block:
85
  btn = gr.Button("Submit").style(full_width=True)
86
 
87
  btn.click(fn=generate_track_by_prompt, inputs=[email, prompt, duration, is_loop], outputs=[out, result_msg, tags])
88
- gr.outputs.File(label="Download the output music")
89
  gr.HTML('''
90
  <div class="footer" style="text-align: center; max-width: 700px; margin: 0 auto;">
91
  <p>Demo by <a href="https://huggingface.co/Mubert" style="text-decoration: underline;" target="_blank">Mubert</a>
 
85
  btn = gr.Button("Submit").style(full_width=True)
86
 
87
  btn.click(fn=generate_track_by_prompt, inputs=[email, prompt, duration, is_loop], outputs=[out, result_msg, tags])
88
+
89
  gr.HTML('''
90
  <div class="footer" style="text-align: center; max-width: 700px; margin: 0 auto;">
91
  <p>Demo by <a href="https://huggingface.co/Mubert" style="text-decoration: underline;" target="_blank">Mubert</a>