aagoluoglu commited on
Commit
adb9e12
·
verified ·
1 Parent(s): c367928

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=(15, 5))
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()