Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -72,12 +72,13 @@ with gr.Blocks() as interface:
|
|
72 |
youtube_url = gr.Textbox(placeholder="Enter the URL here...", label="YouTube URL")
|
73 |
uploaded_audio = gr.File(label="Upload Audio File", type="filepath")
|
74 |
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
|
|
81 |
|
82 |
gr.HTML("<h3>Trim Audio</h3>")
|
83 |
with gr.Row():
|
|
|
72 |
youtube_url = gr.Textbox(placeholder="Enter the URL here...", label="YouTube URL")
|
73 |
uploaded_audio = gr.File(label="Upload Audio File", type="filepath")
|
74 |
|
75 |
+
|
76 |
+
with gr.Row():
|
77 |
+
instructions = gr.Textbox(
|
78 |
+
value="1. Android: move the download to the 'Ringtones' folder.\n2. Apple: import download with 'Garage Band' and export to ringtones'.",
|
79 |
+
label="Instructions",
|
80 |
+
interactive=False
|
81 |
+
)
|
82 |
|
83 |
gr.HTML("<h3>Trim Audio</h3>")
|
84 |
with gr.Row():
|