sebastiansarasti commited on
Commit
1e850c7
1 Parent(s): 9d3403f

updated the title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("# Buscador de Similitud por Texto")
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):