JORGE DIOSDADO commited on
Commit
17cae3c
1 Parent(s): cd0ab84
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ if uploaded_file is not None:
97
  x = 10 if count % 2 == 0 else quadrant_width + 10
98
  y = 10 if count < 2 else quadrant_height + 10
99
 
100
- overlay_draw.text((x, y), predictionss[pred], font = font, fill=(0, 0, 0, 256), size = size*2)
101
  #st.write(f"Prediction {count+1}: {predictionss[pred]}")
102
 
103
 
 
97
  x = 10 if count % 2 == 0 else quadrant_width + 10
98
  y = 10 if count < 2 else quadrant_height + 10
99
 
100
+ overlay_draw.text((x, y), predictionss[pred], font = font, fill=(0, 0, 0, 256))
101
  #st.write(f"Prediction {count+1}: {predictionss[pred]}")
102
 
103