Spaces:
Runtime error
Runtime error
Commit
ยท
5669498
1
Parent(s):
6db1028
Subindo arquivos331
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ example_image_path = "example1.JPG"
|
|
| 78 |
iface = gr.Interface(
|
| 79 |
fn=process_image,
|
| 80 |
inputs=gr.Image(type="pil"),
|
| 81 |
-
outputs=[gr.Image(type="pil"), gr.Textbox(), gr.Audio(type="
|
| 82 |
examples=[example_image_path]
|
| 83 |
)
|
| 84 |
|
|
|
|
| 78 |
iface = gr.Interface(
|
| 79 |
fn=process_image,
|
| 80 |
inputs=gr.Image(type="pil"),
|
| 81 |
+
outputs=[gr.Image(type="pil"), gr.Textbox(), gr.Audio(type="filepath")],
|
| 82 |
examples=[example_image_path]
|
| 83 |
)
|
| 84 |
|