Ahsen Khaliq commited on
Commit ·
96d07a1
1
Parent(s): 7267a03
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ def run_one_image(img, model):
|
|
| 64 |
im_paste = x * (1 - mask) + y * mask
|
| 65 |
|
| 66 |
# make the plt figure larger
|
| 67 |
-
plt.rcParams['figure.figsize'] = [24,
|
| 68 |
|
| 69 |
plt.subplot(1, 4, 1)
|
| 70 |
show_image(x[0], "original")
|
|
|
|
| 64 |
im_paste = x * (1 - mask) + y * mask
|
| 65 |
|
| 66 |
# make the plt figure larger
|
| 67 |
+
plt.rcParams['figure.figsize'] = [24, 6]
|
| 68 |
|
| 69 |
plt.subplot(1, 4, 1)
|
| 70 |
show_image(x[0], "original")
|