Caroline Mai Chan commited on
Commit
8aa3f87
1 Parent(s): 6ea7f97

more examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def predict(input_img):
102
  title="informative-drawings"
103
  description="Gradio Demo for line drawing generation. "
104
  # article = "<p style='text-align: center'><a href='TODO' target='_blank'>Project Page</a> | <a href='codelink' target='_blank'>Github</a></p>"
105
- examples=[['cat.png']]
106
 
107
 
108
  iface = gr.Interface(predict, gr.inputs.Image(type='filepath'), "image", title=title,description=description,examples=examples)
 
102
  title="informative-drawings"
103
  description="Gradio Demo for line drawing generation. "
104
  # article = "<p style='text-align: center'><a href='TODO' target='_blank'>Project Page</a> | <a href='codelink' target='_blank'>Github</a></p>"
105
+ examples=[['cat.png'], ['lizard.png'], ['bridge.png']]
106
 
107
 
108
  iface = gr.Interface(predict, gr.inputs.Image(type='filepath'), "image", title=title,description=description,examples=examples)