Spaces:
Runtime error
Runtime error
bhadresh-savani
commited on
Commit
·
61b86db
1
Parent(s):
83410ac
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,8 @@ def predict_fn(img):
|
|
10 |
out = model(inp)
|
11 |
save_image(out, 'out.png', normalize=True)
|
12 |
return 'out.png'
|
13 |
-
|
|
|
14 |
transform = Compose(
|
15 |
[
|
16 |
Resize((1024, 1024), Image.BICUBIC),
|
|
|
10 |
out = model(inp)
|
11 |
save_image(out, 'out.png', normalize=True)
|
12 |
return 'out.png'
|
13 |
+
|
14 |
+
|
15 |
transform = Compose(
|
16 |
[
|
17 |
Resize((1024, 1024), Image.BICUBIC),
|