Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ my_applio = loadThemes.load_theme() or "ParityError/Interstellar"
|
|
| 47 |
with gr.Blocks(
|
| 48 |
theme=my_applio, title="WAVbot.com", css="footer{display:none !important}"
|
| 49 |
) as Applio:
|
| 50 |
-
gr.Markdown("#
|
| 51 |
gr.Markdown(
|
| 52 |
i18n(
|
| 53 |
"Convert, Upload, and Listen to Music with WAVbot.com"
|
|
|
|
| 47 |
with gr.Blocks(
|
| 48 |
theme=my_applio, title="WAVbot.com", css="footer{display:none !important}"
|
| 49 |
) as Applio:
|
| 50 |
+
gr.Markdown("# Only upload audio as a .WAV file")
|
| 51 |
gr.Markdown(
|
| 52 |
i18n(
|
| 53 |
"Convert, Upload, and Listen to Music with WAVbot.com"
|