hellokitty commited on
Commit
3ea04c5
·
1 Parent(s): 65529ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -35,8 +35,7 @@ img#style-image {
35
  max-height: 600px;
36
  }
37
  '''
38
- def set_example_image(example: list) -> dict:
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: