Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,12 +73,13 @@ with gr.Blocks(css="""
|
|
73 |
|
74 |
with gr.Row():
|
75 |
with gr.Column(scale=1, min_width=250):
|
76 |
-
gr.HTML('<label><i class="fa fa-link"></i>
|
77 |
-
youtube_url = gr.Textbox(placeholder="Paste
|
|
|
|
|
|
|
|
|
78 |
|
79 |
-
with gr.Column(scale=1, min_width=250):
|
80 |
-
gr.HTML('<label><i class="fa fa-microphone"></i> Record Audio</label>')
|
81 |
-
audio_record = gr.Audio(sources=["microphone"], type="filepath")
|
82 |
|
83 |
with gr.Row():
|
84 |
process_button = gr.Button("🎵 Create Ringtones", elem_classes="light-btn")
|
|
|
73 |
|
74 |
with gr.Row():
|
75 |
with gr.Column(scale=1, min_width=250):
|
76 |
+
gr.HTML('<label><i class="fa fa-link"></i>YouTube URL https://</label>')
|
77 |
+
youtube_url = gr.Textbox(placeholder="Paste link here...")
|
78 |
+
|
79 |
+
with gr.Column(scale=1, min_width=250):
|
80 |
+
gr.HTML('<label><i class="fa fa-microphone"></i>Record Audio</label>')
|
81 |
+
audio_record = gr.Audio(sources=["microphone"], type="filepath", show_label=False)
|
82 |
|
|
|
|
|
|
|
83 |
|
84 |
with gr.Row():
|
85 |
process_button = gr.Button("🎵 Create Ringtones", elem_classes="light-btn")
|