bramw commited on
Commit
f6c3196
·
1 Parent(s): 47a05f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -74,5 +74,6 @@ iface = gr.Interface(fn=edict, inputs=["image",
74
  gr.Slider(0.0, 1, value=0.8, step=0.05),
75
  gr.Slider(0, 10, value=3, step=0.5),
76
  ],
 
77
  outputs="image")
78
  iface.launch()
 
74
  gr.Slider(0.0, 1, value=0.8, step=0.05),
75
  gr.Slider(0, 10, value=3, step=0.5),
76
  ],
77
+ examples = ['cat_agility.jpg', 'A cat'],
78
  outputs="image")
79
  iface.launch()