cella110n commited on
Commit
43f3f8c
·
verified ·
1 Parent(s): 424eab0

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,7 +199,7 @@ def visualize_predictions(image: Image.Image, predictions: Dict, threshold: floa
199
 
200
  # --- Plotting Setup ---
201
  plt.rcParams['font.family'] = 'DejaVu Sans'
202
- fig = plt.figure(figsize=(8, 20), dpi=100)
203
  ax_tags = fig.add_subplot(1, 1, 1)
204
 
205
  all_tags, all_probs, all_colors = [], [], []
 
199
 
200
  # --- Plotting Setup ---
201
  plt.rcParams['font.family'] = 'DejaVu Sans'
202
+ fig = plt.figure(figsize=(8, 12), dpi=100)
203
  ax_tags = fig.add_subplot(1, 1, 1)
204
 
205
  all_tags, all_probs, all_colors = [], [], []