jpterry commited on
Commit
3c0eb5e
·
1 Parent(s): 0f7de41

testing speed without input image output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ def predict_and_analyze(model_name, num_channels, dim, image):
126
  plt.rcParams['xtick.labelsize'] = ticks
127
  plt.rcParams['ytick.labelsize'] = ticks
128
 
129
- fig, axs = plt.subplots(nrows=1, ncols=2, figsize=(28, 8))
130
 
131
  ax1, ax2 = axs[0], axs[1]
132
 
 
126
  plt.rcParams['xtick.labelsize'] = ticks
127
  plt.rcParams['ytick.labelsize'] = ticks
128
 
129
+ fig, axs = plt.subplots(nrows=1, ncols=2, figsize=(27, 12))
130
 
131
  ax1, ax2 = axs[0], axs[1]
132