Update app.py
Browse files
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="
|
2860 |
-
gr.Markdown(value="
|
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:"))
|