sudo-soldier commited on
Commit
3eaaa26
·
verified ·
1 Parent(s): 20e4fed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,7 +65,7 @@ def process_youtube_or_audio(url, recorded_audio):
65
  print(f"Error: {e}")
66
  return None, None
67
 
68
- # Gradio UI
69
  with gr.Blocks(css="""
70
  body { font-family: Arial, sans-serif; text-align: center; }
71
  .light-btn {
@@ -84,7 +84,7 @@ with gr.Blocks(css="""
84
  <h1><i class="fas fa-music"></i>&nbsp;PYTR</h1>
85
  <p>Python YouTube Ringtones. Enter a YouTube URL or record audio to create ringtones.</p>
86
  <p>
87
- <a href="https://ringtone.JesseJesse.xyz" target="_blank">Ringtones</a>&nbsp;&nbsp;&nbsp;
88
  <a href="https://sudo-self.github.io/pytr/" target="_blank">GitHub</a>&nbsp;&nbsp;&nbsp;
89
  <a href="https://youtube.com" target="_blank">YouTube</a>
90
  </p>
 
65
  print(f"Error: {e}")
66
  return None, None
67
 
68
+
69
  with gr.Blocks(css="""
70
  body { font-family: Arial, sans-serif; text-align: center; }
71
  .light-btn {
 
84
  <h1><i class="fas fa-music"></i>&nbsp;PYTR</h1>
85
  <p>Python YouTube Ringtones. Enter a YouTube URL or record audio to create ringtones.</p>
86
  <p>
87
+ <a href="https://ringtones.JesseJesse.xyz" target="_blank">Ringtones</a>&nbsp;&nbsp;&nbsp;
88
  <a href="https://sudo-self.github.io/pytr/" target="_blank">GitHub</a>&nbsp;&nbsp;&nbsp;
89
  <a href="https://youtube.com" target="_blank">YouTube</a>
90
  </p>