Pratyush101 commited on
Commit
486ea90
·
verified ·
1 Parent(s): ba749b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -126,7 +126,6 @@ def video_frame_callback(frame: av.VideoFrame) -> av.VideoFrame:
126
  output_text = output_text[:-1] # Remove last character
127
  else:
128
  output_text += ' ' # Add space
129
- Display typed text
130
  cv2.putText(img, output_text, (int(0.05 * w) , int(0.95 * h)), cv2.FONT_HERSHEY_PLAIN, 5, (255, 255, 255), 5)
131
 
132
 
 
126
  output_text = output_text[:-1] # Remove last character
127
  else:
128
  output_text += ' ' # Add space
 
129
  cv2.putText(img, output_text, (int(0.05 * w) , int(0.95 * h)), cv2.FONT_HERSHEY_PLAIN, 5, (255, 255, 255), 5)
130
 
131