CleanSong commited on
Commit
0eec79b
·
verified ·
1 Parent(s): ea115fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -2,8 +2,7 @@ import gradio as gr
2
  import requests
3
  import os
4
 
5
- # Hugging Face API token stored as a secret in the frontend Space
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):