Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -101,8 +101,8 @@ def predict_sketch(sketch):
|
|
101 |
return predict(None, None, sketch)
|
102 |
|
103 |
|
104 |
-
title = "
|
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"],
|
|
|
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"],
|