Politrees commited on
Commit
3c240f7
·
verified ·
1 Parent(s): fc5053d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -130,7 +130,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
130
  with gr.Tabs():
131
  # AUDIO TAB
132
  with gr.TabItem("🎶 Audio Converter"):
133
- gr.HTML("<center><h2>Convert and Merge Audio Files</h2></center>")
134
  gr.HTML("<center>Upload one or more audio files and select the output format. You can also merge all files into a single track.</center>")
135
 
136
  with gr.Row():
@@ -152,7 +151,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
152
 
153
  # VIDEO TAB
154
  with gr.TabItem("🎬 Video Converter"):
155
- gr.HTML("<center><h2>Convert Video and Extract Audio</h2></center>")
156
  gr.HTML("<center>Upload a video file, then choose whether to convert it to another video format or to extract its audio track.</center>")
157
 
158
  with gr.Row():
 
130
  with gr.Tabs():
131
  # AUDIO TAB
132
  with gr.TabItem("🎶 Audio Converter"):
 
133
  gr.HTML("<center>Upload one or more audio files and select the output format. You can also merge all files into a single track.</center>")
134
 
135
  with gr.Row():
 
151
 
152
  # VIDEO TAB
153
  with gr.TabItem("🎬 Video Converter"):
 
154
  gr.HTML("<center>Upload a video file, then choose whether to convert it to another video format or to extract its audio track.</center>")
155
 
156
  with gr.Row():