aagoluoglu commited on
Commit
0612a8e
·
1 Parent(s): b66a955

Update app.py

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