r3gm commited on
Commit
91a1d5b
1 Parent(s): 83ae2d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2856,8 +2856,8 @@ def GradioSetup(UTheme=gr.themes.Soft()):
2856
  gr.Markdown(
2857
  value="## " + i18n("Merge your generated audios with the instrumental")
2858
  )
2859
- gr.Markdown(value="",scale="-0.5",visible=True)
2860
- gr.Markdown(value="",scale="-0.5",visible=True)
2861
  with gr.Row():
2862
  with gr.Column():
2863
  dropbox = gr.File(label=i18n("Drag your audio here:"))
 
2856
  gr.Markdown(
2857
  value="## " + i18n("Merge your generated audios with the instrumental")
2858
  )
2859
+ gr.Markdown(value=".",visible=True)
2860
+ gr.Markdown(value=".",visible=True)
2861
  with gr.Row():
2862
  with gr.Column():
2863
  dropbox = gr.File(label=i18n("Drag your audio here:"))