Spaces:
Sleeping
Sleeping
anasazasaa
commited on
Commit
•
ac37187
1
Parent(s):
072bc06
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ def main():
|
|
116 |
demo = gr.Interface(
|
117 |
fn=fn,
|
118 |
inputs=gr.inputs.Image(type="filepath"),
|
119 |
-
outputs="
|
120 |
examples=examples,
|
121 |
title="Age Estimation",
|
122 |
description=DESCRIPTION,
|
|
|
116 |
demo = gr.Interface(
|
117 |
fn=fn,
|
118 |
inputs=gr.inputs.Image(type="filepath"),
|
119 |
+
outputs="json",
|
120 |
examples=examples,
|
121 |
title="Age Estimation",
|
122 |
description=DESCRIPTION,
|