rifatramadhani commited on
Commit
a3d28fd
·
1 Parent(s): b9dd0a0
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -53,6 +53,7 @@ with gr.Blocks() as demo:
53
  inputs=[face_input_type],
54
  outputs=[face_img_upload, face_url_input, face_base64_input],
55
  queue=False,
 
56
  )
57
 
58
  # Link process button to the face detection function
@@ -101,6 +102,7 @@ with gr.Blocks() as demo:
101
  inputs=[age_input_type],
102
  outputs=[age_img_upload, age_url_input, age_base64_input],
103
  queue=False,
 
104
  )
105
 
106
  # Link process button to the age estimation function
@@ -143,6 +145,7 @@ with gr.Blocks() as demo:
143
  inputs=[obj_input_type],
144
  outputs=[obj_img_upload, obj_url_input, obj_base64_input],
145
  queue=False,
 
146
  )
147
 
148
  # Link process button to the object detection function
 
53
  inputs=[face_input_type],
54
  outputs=[face_img_upload, face_url_input, face_base64_input],
55
  queue=False,
56
+ api_name=False
57
  )
58
 
59
  # Link process button to the face detection function
 
102
  inputs=[age_input_type],
103
  outputs=[age_img_upload, age_url_input, age_base64_input],
104
  queue=False,
105
+ api_name=False
106
  )
107
 
108
  # Link process button to the age estimation function
 
145
  inputs=[obj_input_type],
146
  outputs=[obj_img_upload, obj_url_input, obj_base64_input],
147
  queue=False,
148
+ api_name=False
149
  )
150
 
151
  # Link process button to the object detection function