ideprado commited on
Commit
b6a629b
·
1 Parent(s): fc8839e

Fix model reference

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ else:
28
  logging.warning("GEMINI_API_KEY not found in environment variables. Prompt enrichment will not work.")
29
 
30
  device = "cuda" if torch.cuda.is_available() else "cpu"
31
- model_repo_id = "./grpo_hf"
32
 
33
  if torch.cuda.is_available():
34
  torch_dtype = torch.bfloat16
 
28
  logging.warning("GEMINI_API_KEY not found in environment variables. Prompt enrichment will not work.")
29
 
30
  device = "cuda" if torch.cuda.is_available() else "cpu"
31
+ model_repo_id = "Freepik/F-Lite"
32
 
33
  if torch.cuda.is_available():
34
  torch_dtype = torch.bfloat16