Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ iface = gr.Interface(
|
|
34 |
title=title,
|
35 |
description=description,
|
36 |
inputs=gr.inputs.Image(shape=(224,224)),
|
37 |
-
outputs=["
|
38 |
)
|
39 |
|
40 |
|
|
|
34 |
title=title,
|
35 |
description=description,
|
36 |
inputs=gr.inputs.Image(shape=(224,224)),
|
37 |
+
outputs=["text", "audio"]
|
38 |
)
|
39 |
|
40 |
|