Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,11 +66,11 @@ with gr.Blocks(css="""
|
|
66 |
|
67 |
with gr.Row():
|
68 |
with gr.Column(scale=1, min_width=250):
|
69 |
-
gr.HTML('<label><i class="fa fa-link"></i>YouTube URL
|
70 |
youtube_url = gr.Textbox(placeholder="Paste link here...", show_label=False)
|
71 |
|
72 |
with gr.Column(scale=1, min_width=250):
|
73 |
-
gr.HTML('<label><i class="fa fa-microphone"></i>Record Audio</label>')
|
74 |
audio_record = gr.Audio(sources=["microphone"], type="filepath", show_label=False)
|
75 |
|
76 |
with gr.Row():
|
|
|
66 |
|
67 |
with gr.Row():
|
68 |
with gr.Column(scale=1, min_width=250):
|
69 |
+
gr.HTML('<label><i class="fa fa-link"></i>Add YouTube URL</label>')
|
70 |
youtube_url = gr.Textbox(placeholder="Paste link here...", show_label=False)
|
71 |
|
72 |
with gr.Column(scale=1, min_width=250):
|
73 |
+
gr.HTML('<label><i class="fa fa-microphone"></i>Record Audio Ringtone</label>')
|
74 |
audio_record = gr.Audio(sources=["microphone"], type="filepath", show_label=False)
|
75 |
|
76 |
with gr.Row():
|