Spaces:
Runtime error
Runtime error
Commit ·
3ea04c5
1
Parent(s): 65529ba
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,8 +35,7 @@ img#style-image {
|
|
| 35 |
max-height: 600px;
|
| 36 |
}
|
| 37 |
'''
|
| 38 |
-
|
| 39 |
-
return gr.Image.update(value=example[0])
|
| 40 |
|
| 41 |
demo = gr.Blocks(css=css)
|
| 42 |
with demo:
|
|
|
|
| 35 |
max-height: 600px;
|
| 36 |
}
|
| 37 |
'''
|
| 38 |
+
examples = [f"example{i}.jpg" for i in range(1,7)]
|
|
|
|
| 39 |
|
| 40 |
demo = gr.Blocks(css=css)
|
| 41 |
with demo:
|