Spaces:
Runtime error
Runtime error
fedorajuandy
commited on
Commit
•
140cc8d
1
Parent(s):
740b9f3
rn wandb project
Browse files- inference.py +1 -1
inference.py
CHANGED
@@ -18,7 +18,7 @@ import os
|
|
18 |
wandb.login(key=os.environ["wandb"])
|
19 |
|
20 |
# Model to generate image tokens
|
21 |
-
MODEL = "fedorajuandy/
|
22 |
MODEL_COMMIT_ID = "None"
|
23 |
|
24 |
# VQGAN to decode image tokens
|
|
|
18 |
wandb.login(key=os.environ["wandb"])
|
19 |
|
20 |
# Model to generate image tokens
|
21 |
+
MODEL = "fedorajuandy/tugas-akhir/model-jhhchemc:v11"
|
22 |
MODEL_COMMIT_ID = "None"
|
23 |
|
24 |
# VQGAN to decode image tokens
|