Spaces:
Runtime error
Runtime error
complie
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ pipe = pipe.to(device)
|
|
21 |
# cache_branch_id=0,
|
22 |
# )
|
23 |
# helper.enable()
|
24 |
-
pipe.compile()
|
25 |
|
26 |
def resize(value,img):
|
27 |
img = Image.open(img)
|
|
|
21 |
# cache_branch_id=0,
|
22 |
# )
|
23 |
# helper.enable()
|
24 |
+
# pipe.compile()
|
25 |
|
26 |
def resize(value,img):
|
27 |
img = Image.open(img)
|