Update app.py
Browse files
app.py
CHANGED
|
@@ -2,8 +2,7 @@ import gradio as gr
|
|
| 2 |
import requests
|
| 3 |
import os
|
| 4 |
|
| 5 |
-
|
| 6 |
-
HF_TOKEN = os.environ.get("HF_TOKEN") # Set in your HF Space secrets
|
| 7 |
BACKEND_SPACE_API = "https://hf.space/embed/CleanSong-AI/Main-tool-backend-main/api/predict/"
|
| 8 |
|
| 9 |
def clean_song(file):
|
|
|
|
| 2 |
import requests
|
| 3 |
import os
|
| 4 |
|
| 5 |
+
HF_TOKEN = os.environ.get("HF_TOKEN")
|
|
|
|
| 6 |
BACKEND_SPACE_API = "https://hf.space/embed/CleanSong-AI/Main-tool-backend-main/api/predict/"
|
| 7 |
|
| 8 |
def clean_song(file):
|