testing speed without input image output
Browse files
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=(
|
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 |
|