Upload app.py
Browse files
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,
|
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 = [], [], []
|