Spaces:
Runtime error
Runtime error
Commit
·
e087067
1
Parent(s):
dd3e8cd
Update app.py
Browse files
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',
|
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():
|