Henry Scheible commited on
Commit
a942e95
1 Parent(s): c0bbbfb

update figsize

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ def count_barnacles(image_raw, split_num, progress=gr.Progress()):
143
 
144
  progress(0, desc="Generating Plot")
145
  # Create a figure with a size of 10 inches by 10 inches
146
- fig = plt.figure(figsize=(100, 100))
147
 
148
  # Display the image using the imshow() function
149
  # plt.imshow(cropped_image)
 
143
 
144
  progress(0, desc="Generating Plot")
145
  # Create a figure with a size of 10 inches by 10 inches
146
+ fig = plt.figure(figsize=(40, 40))
147
 
148
  # Display the image using the imshow() function
149
  # plt.imshow(cropped_image)