Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|