versae commited on
Commit
64b2445
1 Parent(s): 1e0ec18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -101,8 +101,8 @@ def predict_sketch(sketch):
101
  return predict(None, None, sketch)
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_sketch],
108
  inputs=["sketchpad"],
 
101
  return predict(None, None, sketch)
102
 
103
 
104
+ title = "Draw to search in the Nasjonalbiblioteket"
105
+ description = "Find images in the Nasjonalbiblioteket image collections based on what you draw"
106
  interface = gr.Interface(
107
  fn=[predict_sketch],
108
  inputs=["sketchpad"],