Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def model_inference(input_dict, history):
|
|
42 |
else:
|
43 |
# For simplicity, use the first provided image.
|
44 |
image = load_image(files[0])
|
45 |
-
yield "Processing with Aya-Vision ββββββββββ 69%"
|
46 |
messages = [{
|
47 |
"role": "user",
|
48 |
"content": [
|
|
|
42 |
else:
|
43 |
# For simplicity, use the first provided image.
|
44 |
image = load_image(files[0])
|
45 |
+
yield "π Processing with Aya-Vision ββββββββββ 69%"
|
46 |
messages = [{
|
47 |
"role": "user",
|
48 |
"content": [
|