versae commited on
Commit
88121b8
1 Parent(s): a55b2dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -109,8 +109,8 @@ def predict_sketch(image=None, text=None, sketch=None):
109
  return predict(None, None, image)
110
 
111
 
112
- title = "Type or draw to search in the Nasjonalbiblioteket"
113
- description = "Find images in the Nasjonalbiblioteket image collections based on what you draw or type"
114
  interface = gr.Interface(
115
  fn=[predict_image],
116
  inputs=["image"],
 
109
  return predict(None, None, image)
110
 
111
 
112
+ title = "Upload an image to search in the Nasjonalbiblioteket"
113
+ description = "Find images in the Nasjonalbiblioteket image collections based on images you upload"
114
  interface = gr.Interface(
115
  fn=[predict_image],
116
  inputs=["image"],