user-agent commited on
Commit
9f36b61
·
verified ·
1 Parent(s): ee89b21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=gr.Textbox(),
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
  )