naxemCDA commited on
Commit
5f1c7d5
·
1 Parent(s): f1db4d5

InfCli-@GPU-TOK

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from gtts import gTTS
12
  from tempfile import NamedTemporaryFile
13
 
14
  # --- Load HF Token from environment ---
15
- HF_TOKEN = os.getenv("HF_TOKEN")
16
 
17
  # --- Inference Clients ---
18
  text_client = InferenceClient("samdak93/qrit-2", token=HF_TOKEN)
 
12
  from tempfile import NamedTemporaryFile
13
 
14
  # --- Load HF Token from environment ---
15
+ HF_TOKEN = os.getenv("HF_FINEGRAIN_TOKEN")
16
 
17
  # --- Inference Clients ---
18
  text_client = InferenceClient("samdak93/qrit-2", token=HF_TOKEN)