Jyothirmai
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def predict(img, model_name, max_tokens, temperature):
|
|
60 |
|
61 |
|
62 |
|
63 |
-
examples = [f"example{i}.jpg" for i in range(1,
|
64 |
|
65 |
print(examples, type(examples))
|
66 |
|
|
|
60 |
|
61 |
|
62 |
|
63 |
+
examples = [[f"example{i}.jpg"] for i in range(1,4)]
|
64 |
|
65 |
print(examples, type(examples))
|
66 |
|