Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -80,11 +80,11 @@ with gr.Blocks(css="""
|
|
80 |
|
81 |
with gr.Row():
|
82 |
with gr.Column(scale=1, min_width=250):
|
83 |
-
gr.HTML('<label><i class="fas fa-link"></i
|
84 |
youtube_url = gr.Textbox(placeholder="Enter the URL here...", show_label=False)
|
85 |
|
86 |
with gr.Column(scale=1, min_width=250):
|
87 |
-
gr.HTML('<label><i class="fas fa-microphone"></i
|
88 |
audio_record = gr.Audio(sources=["microphone"], type="filepath", show_label=False)
|
89 |
|
90 |
with gr.Row():
|
|
|
80 |
|
81 |
with gr.Row():
|
82 |
with gr.Column(scale=1, min_width=250):
|
83 |
+
gr.HTML('<label><i class="fas fa-link"></i> YouTube URL</label>')
|
84 |
youtube_url = gr.Textbox(placeholder="Enter the URL here...", show_label=False)
|
85 |
|
86 |
with gr.Column(scale=1, min_width=250):
|
87 |
+
gr.HTML('<label><i class="fas fa-microphone"></i> Record Audio</label>')
|
88 |
audio_record = gr.Audio(sources=["microphone"], type="filepath", show_label=False)
|
89 |
|
90 |
with gr.Row():
|