Spaces:
Running
Running
fistyee
commited on
Commit
·
5f2f6ea
1
Parent(s):
d8cbf27
fix bug
Browse files
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 = []
|