Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -233,7 +233,7 @@ def server(input: Inputs, output: Outputs, session: Session):
|
|
233 |
ax.axis("off") # Hide axis
|
234 |
return fig
|
235 |
|
236 |
-
fig, axes = plt.subplots(1, 4, figsize=(
|
237 |
|
238 |
# Extract the image data
|
239 |
#image_data = image.cpu().detach().numpy()
|
|
|
233 |
ax.axis("off") # Hide axis
|
234 |
return fig
|
235 |
|
236 |
+
fig, axes = plt.subplots(1, 4, figsize=(20, 20), constrained_layout=True)
|
237 |
|
238 |
# Extract the image data
|
239 |
#image_data = image.cpu().detach().numpy()
|