Update app.py
Browse files
app.py
CHANGED
@@ -40,15 +40,12 @@ print("Pipelines loaded successfully.")
|
|
40 |
image_examples = [
|
41 |
["https://images.unsplash.com/photo-1501785888041-af3ef285b470?w=512"],
|
42 |
["https://images.unsplash.com/photo-1502082553048-f009c37129b9?w=512"],
|
43 |
-
["https://images.unsplash.com/photo-1498598453737-8913e843c47b?w=512"],
|
44 |
["https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=512"],
|
45 |
["https://images.unsplash.com/photo-1501594907352-04cda38ebc29?w=512"],
|
46 |
["https://images.unsplash.com/photo-1519608487953-e999c86e7455?w=512"],
|
47 |
["https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=512"],
|
48 |
["https://images.unsplash.com/photo-1512453979798-5ea266f8880c?w=512"],
|
49 |
["https://images.unsplash.com/photo-1506744038136-46273834b3fb?w=512"],
|
50 |
-
["https://images.unsplash.com/photo-1501696461280-37c52f57e8c1?w=512"],
|
51 |
-
# Add more image URLs as needed
|
52 |
]
|
53 |
|
54 |
# Function to Load and Process Image
|
|
|
40 |
image_examples = [
|
41 |
["https://images.unsplash.com/photo-1501785888041-af3ef285b470?w=512"],
|
42 |
["https://images.unsplash.com/photo-1502082553048-f009c37129b9?w=512"],
|
|
|
43 |
["https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=512"],
|
44 |
["https://images.unsplash.com/photo-1501594907352-04cda38ebc29?w=512"],
|
45 |
["https://images.unsplash.com/photo-1519608487953-e999c86e7455?w=512"],
|
46 |
["https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=512"],
|
47 |
["https://images.unsplash.com/photo-1512453979798-5ea266f8880c?w=512"],
|
48 |
["https://images.unsplash.com/photo-1506744038136-46273834b3fb?w=512"],
|
|
|
|
|
49 |
]
|
50 |
|
51 |
# Function to Load and Process Image
|