versae commited on
Commit
4020125
·
1 Parent(s): f68306b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -101,8 +101,8 @@ def predict_text(text):
101
  return predict(None, text, None)
102
 
103
 
104
- title = "Type or draw to search in the Nasjonalbiblioteket"
105
- description = "Find images in the Nasjonalbiblioteket image collections based on what you draw or type"
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"],