user-agent commited on
Commit
3269a67
·
verified ·
1 Parent(s): e09a2cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="text",
67
- outputs="text",
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
  )