Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,8 +63,8 @@ base64_converter_interface = gr.Interface(
|
|
63 |
|
64 |
face_crop_interface = gr.Interface(
|
65 |
fn=crop_face,
|
66 |
-
inputs=
|
67 |
-
outputs=
|
68 |
title="Face Cropper",
|
69 |
description="Input a base64 encoded image to get a base64 encoded cropped face."
|
70 |
)
|
|
|
63 |
|
64 |
face_crop_interface = gr.Interface(
|
65 |
fn=crop_face,
|
66 |
+
inputs=gr.Textbox(),
|
67 |
+
outputs=gr.Textbox(),
|
68 |
title="Face Cropper",
|
69 |
description="Input a base64 encoded image to get a base64 encoded cropped face."
|
70 |
)
|