GlitchGhost commited on
Commit
12103d5
·
verified ·
1 Parent(s): 5447c17

fixed error

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -35,8 +35,6 @@ import spaces
35
  # Authenticate with Hugging Face
36
  from huggingface_hub import login
37
 
38
- from dotenv import load_dotenv
39
-
40
  # Log in to Hugging Face using the provided token
41
  hf_token = os.getenv("HF_TOKEN")
42
  login(hf_token)
 
35
  # Authenticate with Hugging Face
36
  from huggingface_hub import login
37
 
 
 
38
  # Log in to Hugging Face using the provided token
39
  hf_token = os.getenv("HF_TOKEN")
40
  login(hf_token)