Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -101,8 +101,8 @@ def predict_text(text):
|
|
101 |
return predict(None, text, None)
|
102 |
|
103 |
|
104 |
-
title = "Type
|
105 |
-
description = "Find images in the Nasjonalbiblioteket image collections based on what you
|
106 |
interface = gr.Interface(
|
107 |
fn=[predict_text],
|
108 |
inputs=["text"],
|
|
|
101 |
return predict(None, text, None)
|
102 |
|
103 |
|
104 |
+
title = "Type to search in the Nasjonalbiblioteket"
|
105 |
+
description = "Find images in the Nasjonalbiblioteket image collections based on what you type"
|
106 |
interface = gr.Interface(
|
107 |
fn=[predict_text],
|
108 |
inputs=["text"],
|