russel0719 commited on
Commit
d1b50d0
·
1 Parent(s): f8f984e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -2
app.py CHANGED
@@ -36,8 +36,14 @@ gr_inputs = [
36
  ]
37
  gr_outputs = gr.Image()
38
  gr_ex = [
39
- [os.path.join(os.path.dirname(__file__),"sample/sample1.jpg")],
40
- [os.path.join(os.path.dirname(__file__),"sample/sample2.jpg")],
 
 
 
 
 
 
41
  ]
42
  iface = gr.Interface(
43
  fn=style_transfer,
 
36
  ]
37
  gr_outputs = gr.Image()
38
  gr_ex = [
39
+ [
40
+ os.path.join(os.path.dirname(__file__),"sample/sample1.jpg"),
41
+ "Summer"
42
+ ],
43
+ [
44
+ os.path.join(os.path.dirname(__file__),"sample/sample2.jpg"),
45
+ "Winter"
46
+ ],
47
  ]
48
  iface = gr.Interface(
49
  fn=style_transfer,