tomas-gajarsky commited on
Commit
57ae7d6
1 Parent(s): 41b1b4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def main():
33
  title=title,
34
  description=description,
35
  article=article,
36
- examples=[["./data/input/test.jpg"], ["./data/input/test2.jpg"]],
37
  ).launch(debug=True)
38
 
39
 
 
33
  title=title,
34
  description=description,
35
  article=article,
36
+ examples=[["./test.jpg"], ["./test2.jpg"]],
37
  ).launch(debug=True)
38
 
39