Spaces:
Running
Running
sebastiansarasti
commited on
Commit
•
1e850c7
1
Parent(s):
9d3403f
updated the title
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ def search_text(input_text, top_k):
|
|
121 |
return []
|
122 |
|
123 |
with gr.Blocks() as demo:
|
124 |
-
gr.Markdown("#
|
125 |
|
126 |
with gr.Row():
|
127 |
with gr.Column(scale=1):
|
|
|
121 |
return []
|
122 |
|
123 |
with gr.Blocks() as demo:
|
124 |
+
gr.Markdown("# Image search engine based on descriptions (CLIP model)")
|
125 |
|
126 |
with gr.Row():
|
127 |
with gr.Column(scale=1):
|