Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -106,7 +106,7 @@ description = "Find images in the Nasjonalbiblioteket image collections based on
|
|
| 106 |
interface = gr.Interface(
|
| 107 |
fn=predict_text,
|
| 108 |
inputs=["text"],
|
| 109 |
-
outputs=[gr.outputs.Label(num_top_classes=3)
|
| 110 |
title=title,
|
| 111 |
description=description,
|
| 112 |
#live=True,
|
|
|
|
| 106 |
interface = gr.Interface(
|
| 107 |
fn=predict_text,
|
| 108 |
inputs=["text"],
|
| 109 |
+
outputs=[gr.outputs.Label(num_top_classes=3), gr.outputs.Image(type="filepath"), gr.outputs.Image(type="filepath"), gr.outputs.Image(type="filepath")],
|
| 110 |
title=title,
|
| 111 |
description=description,
|
| 112 |
#live=True,
|