sudo-soldier commited on
Commit
885477c
·
verified ·
1 Parent(s): dd81a22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
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> YouTube URL</label>')
77
- youtube_url = gr.Textbox(placeholder="Paste YouTube URL 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")
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")