aagoluoglu commited on
Commit
c54d968
·
1 Parent(s): 42ecc5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ def server(input: Inputs, output: Outputs, session: Session):
237
  plt.tight_layout()
238
  return fig
239
 
240
- fig, axes = plt.subplots(1, 4, , figsize=(15, 5))
241
 
242
  # Extract the image data
243
  #image_data = image.cpu().detach().numpy()
 
237
  plt.tight_layout()
238
  return fig
239
 
240
+ fig, axes = plt.subplots(1, 4, figsize=(15, 5))
241
 
242
  # Extract the image data
243
  #image_data = image.cpu().detach().numpy()