stupidog04 commited on
Commit
3ab4391
·
1 Parent(s): 9defb2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -206,7 +206,8 @@ def inference(video, lang, full_scan, number_filter, use_trocr, time_step, perio
206
  # Close the buffer
207
  buf.close()
208
 
209
- return output, im, plot_np, df # Change this line
 
210
 
211
 
212
  title = '🖼️Video to Multilingual OCR👁️Gradio'
 
206
  # Close the buffer
207
  buf.close()
208
 
209
+ # return output, im, plot_np, df # Change this line
210
+ return output, im, im, df # Change this line
211
 
212
 
213
  title = '🖼️Video to Multilingual OCR👁️Gradio'