Spaces:
Runtime error
Runtime error
VinayHajare
commited on
Update inference.py
Browse files- inference.py +1 -1
inference.py
CHANGED
@@ -20,7 +20,7 @@ HF_TOKEN = os.getenv("HF_TOKEN")
|
|
20 |
|
21 |
# repositiory of the model
|
22 |
repo_id = "VinayHajare/EfficientCLIP-GAN"
|
23 |
-
file_name = "saved_models/
|
24 |
|
25 |
# clip model wrapped with the custom encoder
|
26 |
clip_text = "ViT-B/32"
|
|
|
20 |
|
21 |
# repositiory of the model
|
22 |
repo_id = "VinayHajare/EfficientCLIP-GAN"
|
23 |
+
file_name = "saved_models/state_epoch_1480.pth"
|
24 |
|
25 |
# clip model wrapped with the custom encoder
|
26 |
clip_text = "ViT-B/32"
|