fistyee commited on
Commit
5f2f6ea
·
1 Parent(s): d8cbf27
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def process_input(text=None, images=None, audio=None, video=None):
30
  prompt = ""
31
  if text:
32
  prompt += f"\nText input: {text}"
33
-
34
  if images:
35
  # 使用ImageProcessor处理图像
36
  image_bytes_list = []
 
30
  prompt = ""
31
  if text:
32
  prompt += f"\nText input: {text}"
33
+ result_path = None
34
  if images:
35
  # 使用ImageProcessor处理图像
36
  image_bytes_list = []