Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def response(message, history):
|
|
67 |
files = message["files"]
|
68 |
|
69 |
# Procesar imágenes cargadas
|
70 |
-
image_prompts = [
|
71 |
if files:
|
72 |
for file in files:
|
73 |
image = Image.open(file).convert('RGB')
|
|
|
67 |
files = message["files"]
|
68 |
|
69 |
# Procesar imágenes cargadas
|
70 |
+
image_prompts = []
|
71 |
if files:
|
72 |
for file in files:
|
73 |
image = Image.open(file).convert('RGB')
|