sudo-soldier commited on
Commit
cba744e
·
verified ·
1 Parent(s): 0809817

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -6
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
- gr.HTML("<h3>Instructions</h3>")
76
- instructions = gr.Textbox(
77
- value="1. Android: move the download to the ringtones folder.\n2. Apple: import download with 'Garage Band' and export to ringtones'.",
78
- label="Instructions",
79
- interactive=False
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():