reynaldo22 commited on
Commit
af0535f
verified
1 Parent(s): f381251

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -70,6 +70,7 @@ REPO_ID = "reynaldo22/betina-perfect-2025"
70
  try:
71
  print(f"Tentando baixar pesos do reposit贸rio: {REPO_ID}...")
72
  token = os.getenv("HF_TOKEN")
 
73
  vortex_path = hf_hub_download(repo_id=REPO_ID, filename="vortex.pt", token=token)
74
  emb_path = hf_hub_download(repo_id=REPO_ID, filename="embedding_projector.pt", token=token)
75
  corr_path = hf_hub_download(repo_id=REPO_ID, filename="correction_projector.pt", token=token)
 
70
  try:
71
  print(f"Tentando baixar pesos do reposit贸rio: {REPO_ID}...")
72
  token = os.getenv("HF_TOKEN")
73
+
74
  vortex_path = hf_hub_download(repo_id=REPO_ID, filename="vortex.pt", token=token)
75
  emb_path = hf_hub_download(repo_id=REPO_ID, filename="embedding_projector.pt", token=token)
76
  corr_path = hf_hub_download(repo_id=REPO_ID, filename="correction_projector.pt", token=token)