Update app.py
Browse files
app.py
CHANGED
@@ -34,10 +34,10 @@ with gr.Blocks() as demo:
|
|
34 |
with gr.Row():
|
35 |
sample_images = [
|
36 |
'https://imgur.com/W1pIr9b',
|
37 |
-
'
|
38 |
-
'
|
39 |
-
'
|
40 |
-
'
|
41 |
]
|
42 |
|
43 |
|
|
|
34 |
with gr.Row():
|
35 |
sample_images = [
|
36 |
'https://imgur.com/W1pIr9b',
|
37 |
+
'https://imgur.com/MLJaWnf',
|
38 |
+
'https://imgur.com/6XymFW1',
|
39 |
+
'https://imgur.com/zdPjZZ1',
|
40 |
+
'https://imgur.com/DKUlZbF'
|
41 |
]
|
42 |
|
43 |
|