Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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> PYTR</h1>
|
85 |
<p>Python YouTube Ringtones. Enter a YouTube URL or record audio to create ringtones.</p>
|
86 |
<p>
|
87 |
-
<a href="https://
|
88 |
<a href="https://sudo-self.github.io/pytr/" target="_blank">GitHub</a>
|
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> 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>
|
88 |
<a href="https://sudo-self.github.io/pytr/" target="_blank">GitHub</a>
|
89 |
<a href="https://youtube.com" target="_blank">YouTube</a>
|
90 |
</p>
|