Emohamadi commited on
Commit
047de10
1 Parent(s): 50f660d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ iface = gr.Interface(
25
  capture_session=True,
26
  interpretation="default",
27
  examples=[
28
- ["images/cheetah1.jpg"],
29
- ["images/lion.jpg"]
30
  ])
31
 
32
  if __name__ == "__main__":
 
25
  capture_session=True,
26
  interpretation="default",
27
  examples=[
28
+ ["cheetah1.jpg"],
29
+ ["lion.jpg"]
30
  ])
31
 
32
  if __name__ == "__main__":