Fix model reference
Browse files
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 = "
|
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
|