Spaces:
Sleeping
Sleeping
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.
|
110 |
title=title,
|
111 |
description=description,
|
112 |
#live=True,
|
|
|
106 |
interface = gr.Interface(
|
107 |
fn=predict_text,
|
108 |
inputs=["text"],
|
109 |
+
outputs=[gr.Label(num_top_classes=3), gr.Image(type="filepath"), gr.Image(type="filepath"), gr.Image(type="filepath")],
|
110 |
title=title,
|
111 |
description=description,
|
112 |
#live=True,
|