piyushgrover commited on
Commit
c4769fc
·
verified ·
1 Parent(s): 7c52900

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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' % i
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: