yufengzhu commited on
Commit
74a1b69
·
1 Parent(s): 0b86f62
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -55,6 +55,7 @@ def post(
55
  for frame in frames:
56
  writer.append_data(np.array(frame))
57
  writer.close()
 
58
  return translated_text, result_video
59
 
60
  def main():
 
55
  for frame in frames:
56
  writer.append_data(np.array(frame))
57
  writer.close()
58
+ print('finish')
59
  return translated_text, result_video
60
 
61
  def main():