zenafey commited on
Commit
d1aeee7
1 Parent(s): 59415da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -65,10 +65,9 @@ with gr.Blocks() as demo:
65
 
66
  gr.Examples(
67
  examples=[
68
- [
69
- "example1.jpg",
70
- "example2.jpg"
71
- ]
72
  ],
73
  fn=infer,
74
  inputs=[source_image, target_image],
 
65
 
66
  gr.Examples(
67
  examples=[
68
+ ["example1.jpg", "example2.jpg"],
69
+ ["example3.jpg", "example4.jpg"],
70
+ ["example5.jpg", "example6.jpg"]
 
71
  ],
72
  fn=infer,
73
  inputs=[source_image, target_image],