versae commited on
Commit
4fbbeb8
1 Parent(s): 4f9e418

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)] + 3 * [gr.outputs.Image(type="filepath")],
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,