Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
|
3 |
# Function to return the MP3 file URL
|
4 |
def get_audio():
|
5 |
-
return "https://huggingface.co/spaces/Namazlol/
|
6 |
|
7 |
# Gradio UI with an audio player
|
8 |
demo = gr.Interface(
|
|
|
2 |
|
3 |
# Function to return the MP3 file URL
|
4 |
def get_audio():
|
5 |
+
return "https://huggingface.co/spaces/Namazlol/resolve/main/mysong.mp3"
|
6 |
|
7 |
# Gradio UI with an audio player
|
8 |
demo = gr.Interface(
|