Rhulli commited on
Commit
b2c6071
·
verified ·
1 Parent(s): 66fe3d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ quant_config = BitsAndBytesConfig(
44
  bnb_4bit_compute_dtype=torch.float16,
45
  )
46
 
47
- # --- Leer el token del entorno (añadido como Repository Secret) ---
48
  HF_TOKEN = os.getenv("HF_TOKEN")
49
 
50
  def load_models():
 
44
  bnb_4bit_compute_dtype=torch.float16,
45
  )
46
 
47
+ # --- Leer el token del entorno (añadido como Repository Secret) ----
48
  HF_TOKEN = os.getenv("HF_TOKEN")
49
 
50
  def load_models():