Upload app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def ui():
|
|
31 |
with gr.Row():
|
32 |
gr.Markdown("#### Query: A picture of a mountain landscape during sunset")
|
33 |
for i in range(6):
|
34 |
-
image = f'./examples/{i}.png'
|
35 |
if i == 0:
|
36 |
label = 'Image Sharpness Loss'
|
37 |
else:
|
|
|
31 |
with gr.Row():
|
32 |
gr.Markdown("#### Query: A picture of a mountain landscape during sunset")
|
33 |
for i in range(6):
|
34 |
+
image = f'./examples/{i}.png'
|
35 |
if i == 0:
|
36 |
label = 'Image Sharpness Loss'
|
37 |
else:
|