Spaces:
Runtime error
Runtime error
Commit
·
0612a8e
1
Parent(s):
b66a955
Update app.py
Browse files
app.py
CHANGED
@@ -239,7 +239,7 @@ def server(input: Inputs, output: Outputs, session: Session):
|
|
239 |
plt.tight_layout()
|
240 |
return fig
|
241 |
|
242 |
-
fig, axes = plt.subplots(1, 4, figsize=(15,
|
243 |
|
244 |
# Extract the image data
|
245 |
#image_data = image.cpu().detach().numpy()
|
|
|
239 |
plt.tight_layout()
|
240 |
return fig
|
241 |
|
242 |
+
fig, axes = plt.subplots(1, 4, figsize=(15, 30))
|
243 |
|
244 |
# Extract the image data
|
245 |
#image_data = image.cpu().detach().numpy()
|