Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -75,8 +75,8 @@ NUM_WORKERS = 4
|
|
75 |
NUM_EPOCHS = 0
|
76 |
LOAD_MODEL = True
|
77 |
SAVE_MODEL = False
|
78 |
-
CHECKPOINT_GEN_A = f"{os.getcwd()}genA.pth.tar"
|
79 |
-
CHECKPOINT_GEN_B = f"{os.getcwd()}genB.pth.tar"
|
80 |
|
81 |
transforms = A.Compose(
|
82 |
[
|
|
|
75 |
NUM_EPOCHS = 0
|
76 |
LOAD_MODEL = True
|
77 |
SAVE_MODEL = False
|
78 |
+
CHECKPOINT_GEN_A = f"{os.getcwd()}/genA.pth.tar"
|
79 |
+
CHECKPOINT_GEN_B = f"{os.getcwd()}/genB.pth.tar"
|
80 |
|
81 |
transforms = A.Compose(
|
82 |
[
|