ar08 commited on
Commit
ee7b1ee
·
verified ·
1 Parent(s): 3bcf6d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -6,10 +6,7 @@ from huggingface_hub import InferenceClient
6
  import whisper
7
  import torch
8
  import tempfile
9
- from dotenv import load_dotenv
10
 
11
- # Load environment variables
12
- load_dotenv()
13
 
14
  # Get the Hugging Face token from environment variable
15
  hf_token = os.getenv("HF_TOKEN")
 
6
  import whisper
7
  import torch
8
  import tempfile
 
9
 
 
 
10
 
11
  # Get the Hugging Face token from environment variable
12
  hf_token = os.getenv("HF_TOKEN")