ideprado commited on
Commit
4e6eb11
·
1 Parent(s): 3729c4f

Updating the repo name

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: F Lite Test
3
  emoji: 🖼
4
  colorFrom: purple
5
  colorTo: red
 
1
  ---
2
+ title: F Lite
3
  emoji: 🖼
4
  colorFrom: purple
5
  colorTo: red
app.py CHANGED
@@ -26,7 +26,7 @@ else:
26
  logging.warning("GEMINI_API_KEY not found in environment variables. Prompt enrichment will not work.")
27
 
28
  device = "cuda" if torch.cuda.is_available() else "cpu"
29
- model_repo_id = "Freepik/Pikigen-grpo-test"
30
 
31
  if torch.cuda.is_available():
32
  torch_dtype = torch.bfloat16
 
26
  logging.warning("GEMINI_API_KEY not found in environment variables. Prompt enrichment will not work.")
27
 
28
  device = "cuda" if torch.cuda.is_available() else "cpu"
29
+ model_repo_id = "Freepik/F-Lite"
30
 
31
  if torch.cuda.is_available():
32
  torch_dtype = torch.bfloat16