tomas-gajarsky commited on
Commit
afda8c0
·
1 Parent(s): d0e1651

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,6 +63,6 @@ demo=gr.Interface(
63
  title=title,
64
  description=description,
65
  article=article,
66
- examples=[["./test5.jpg"], ["./test.jpg"], ["./test4.jpg"], ["./test2.jpg"], ["./test8.jpg"], ["./test6.jpg"], ["./test3.jpg"], ["./test10.jpg"]],
67
  )
68
  demo.launch(server_name="0.0.0.0", server_port=7860, debug=True)
 
63
  title=title,
64
  description=description,
65
  article=article,
66
+ examples=[["./test5.jpg"], ["./test.jpg"], ["./test4.jpg"], ["./test8.jpg"], ["./test6.jpg"], ["./test3.jpg"], ["./test10.jpg"]],
67
  )
68
  demo.launch(server_name="0.0.0.0", server_port=7860, debug=True)