opetrova commited on
Commit
96e56d7
1 Parent(s): 0566acd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -39,5 +39,7 @@ def frontalize(image):
39
 
40
  return generated_image
41
 
42
- iface = gr.Interface(frontalize, gr.inputs.Image(type="numpy"), "image")
 
 
43
  iface.launch()
 
39
 
40
  return generated_image
41
 
42
+ iface = gr.Interface(frontalize, gr.inputs.Image(type="numpy"), "image",
43
+ examples=["amos.png", "clarissa.png"],
44
+ )
45
  iface.launch()