Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
import os
|
| 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
|
| 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> PYTRR</h1>
|
| 60 |
<p>Enter a YouTube URL or record your own audio to create a ringtone.</p>
|
| 61 |
""")
|
| 62 |
|