Spaces:
Runtime error
Runtime error
Muhammad Rama Nurimani
commited on
Commit
•
bed47c1
1
Parent(s):
bdedc7b
test deploy
Browse files- pix2pix_model.py +1 -1
pix2pix_model.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import torch
|
2 |
-
from
|
3 |
from . import networks
|
4 |
|
5 |
|
|
|
1 |
import torch
|
2 |
+
from base_model import BaseModel
|
3 |
from . import networks
|
4 |
|
5 |
|