sudo-soldier commited on
Commit
2a7f166
·
verified ·
1 Parent(s): 126430d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
- import os # Ensure it's at the top
2
  import gradio as gr
3
  import yt_dlp
4
  from pydub import AudioSegment
@@ -56,7 +56,7 @@ def process_youtube_or_audio(url, recorded_audio):
56
  with gr.Blocks(css="body { font-family: Arial, sans-serif; text-align: center; }") as interface:
57
  gr.HTML("""
58
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
59
- <h1><i class="fa fa-music"></i>PYthon YouTube Ringtones</h1>
60
  <p>Enter a YouTube URL or record your own audio to create a ringtone.</p>
61
  """)
62
 
 
1
+ import os
2
  import gradio as gr
3
  import yt_dlp
4
  from pydub import AudioSegment
 
56
  with gr.Blocks(css="body { font-family: Arial, sans-serif; text-align: center; }") as interface:
57
  gr.HTML("""
58
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
59
+ <h1><i class="fa fa-music"></i>&nbsp;PYTRR</h1>
60
  <p>Enter a YouTube URL or record your own audio to create a ringtone.</p>
61
  """)
62