Ahsen Khaliq
commited on
Commit
·
0ee0280
1
Parent(s):
3bf33bf
Update app.py
Browse files
app.py
CHANGED
@@ -79,6 +79,7 @@ def run_one_image(img, model):
|
|
79 |
show_image(im_paste[0], "reconstruction + visible")
|
80 |
|
81 |
plt.show()
|
|
|
82 |
|
83 |
|
84 |
# download checkpoint if not exist
|
|
|
79 |
show_image(im_paste[0], "reconstruction + visible")
|
80 |
|
81 |
plt.show()
|
82 |
+
return plt
|
83 |
|
84 |
|
85 |
# download checkpoint if not exist
|