Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ base64_converter_interface = gr.Interface(
|
|
59 |
face_crop_interface = gr.Interface(
|
60 |
fn=crop_face,
|
61 |
inputs=gr.Textbox(),
|
62 |
-
outputs=
|
63 |
title="Face Cropper",
|
64 |
description="Input a base64 encoded image to get a base64 encoded cropped face."
|
65 |
)
|
|
|
59 |
face_crop_interface = gr.Interface(
|
60 |
fn=crop_face,
|
61 |
inputs=gr.Textbox(),
|
62 |
+
outputs="text",
|
63 |
title="Face Cropper",
|
64 |
description="Input a base64 encoded image to get a base64 encoded cropped face."
|
65 |
)
|