youplala commited on
Commit
25e9af5
β€’
1 Parent(s): 8163622

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def search_text(query):
65
  gr.Interface(
66
  title="Text2Image search using CLIP model πŸ”€ ➑️ πŸ“Έ",
67
  description="This is a demo of the CLIP model. We use the CLIP model to search for images from the unsplash dataset based on a text query.",
68
- article="By Julien Assuied, Elie Brosset, Lucas Chapron et Alexis Japas",
69
  fn=search_text,
70
  theme="gradio/soft",
71
  allow_flagging="never",
 
65
  gr.Interface(
66
  title="Text2Image search using CLIP model πŸ”€ ➑️ πŸ“Έ",
67
  description="This is a demo of the CLIP model. We use the CLIP model to search for images from the unsplash dataset based on a text query.",
68
+ article="By Julien Assuied, Elie Brosset, Lucas Chapron & Alexis Japas",
69
  fn=search_text,
70
  theme="gradio/soft",
71
  allow_flagging="never",