chauhuynh90 commited on
Commit
e087067
·
1 Parent(s): dd3e8cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def main():
92
  gr.Markdown("Input image, return results including age, gender, race and emotion of all faces.")
93
  with gr.Row():
94
  with gr.Column():
95
- Analysis_inputs_image = gr.Image(label='Image',type="filepath",interactive=True)
96
  with gr.Column():
97
  Analysis_outputs_image = gr.Image(type="pil", label="Output Image")
98
  with gr.Row():
 
92
  gr.Markdown("Input image, return results including age, gender, race and emotion of all faces.")
93
  with gr.Row():
94
  with gr.Column():
95
+ Analysis_inputs_image = gr.Image(label='Image',interactive=True)
96
  with gr.Column():
97
  Analysis_outputs_image = gr.Image(type="pil", label="Output Image")
98
  with gr.Row():