HongcanGuo commited on
Commit
e268f1a
·
verified ·
1 Parent(s): 9e34de2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def delete_all_files(directory):
127
 
128
  # 整合所有步骤到主函数
129
  def generate_video(image):
130
- delete_all_files("data")
131
  text = img2text(image)
132
  sentences = text2text(text)
133
  text2vid(sentences)
 
127
 
128
  # 整合所有步骤到主函数
129
  def generate_video(image):
130
+ #delete_all_files("data")
131
  text = img2text(image)
132
  sentences = text2text(text)
133
  text2vid(sentences)