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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -66,8 +66,8 @@ with gr.Blocks() as demo:
66
  gr.Examples(
67
  examples=[
68
  [
69
- "/examples/example1.jpg",
70
- "/examples/example2.jpg"
71
  ]
72
  ],
73
  fn=infer,
 
66
  gr.Examples(
67
  examples=[
68
  [
69
+ "example1.jpg",
70
+ "example2.jpg"
71
  ]
72
  ],
73
  fn=infer,