Spaces:
Runtime error
Runtime error
salihmarangoz
commited on
Commit
•
5b36a9d
1
Parent(s):
d7b8e7c
disable preprocessing
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ def search_using_image(image):
|
|
100 |
return result
|
101 |
|
102 |
if __name__ == "__main__":
|
103 |
-
index, image_filenames = preprocess_images() # uncomment this line to preprocess images
|
104 |
index, image_filenames = load_processed_images()
|
105 |
|
106 |
with gr.Blocks() as demo:
|
|
|
100 |
return result
|
101 |
|
102 |
if __name__ == "__main__":
|
103 |
+
#index, image_filenames = preprocess_images() # uncomment this line to preprocess images
|
104 |
index, image_filenames = load_processed_images()
|
105 |
|
106 |
with gr.Blocks() as demo:
|