synctext commited on
Commit
c53b373
·
verified ·
1 Parent(s): b04ad2f

Added a long marketing blurb

Browse files

explaining our background.
Should become more fancy later: https://www.gradio.app/guides/the-interface-class

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ interface = gr.Interface(fn=process_query,
22
  title="Search Interface",
23
  submit_btn="Find",
24
  description="Search for movie trailers, music torrents, and bitcoin wallet addresses.",
25
- article="This interface searches a toy dataset and returns a YouTube URL, magnet link, or Bitcoin wallet address.",
26
  examples=[["spider man"], ["oceans 13"], ["sister starlight"], ["bitcoin address of xileno"]])
27
 
28
  if __name__ == "__main__":
 
22
  title="Search Interface",
23
  submit_btn="Find",
24
  description="Search for movie trailers, music torrents, and bitcoin wallet addresses.",
25
+ article="This interface searches a toy dataset and returns a YouTube URL, magnet link, or Bitcoin wallet address. Generative AI is slowly starting to become capable of content discovery, recommendation, relevance ranking, and market matchmaking. The recent advent of end-to-end generative architectures might have disruptive effect on various industries. Social media platforms, search engines, and financial intermediaries could *possibly* be replaced with fully decentralised alternatives. This means a shift of power towards ordinary Internet citizens. See our De-DSI paper at EuroMLSys 2024 for scientific details. ",
26
  examples=[["spider man"], ["oceans 13"], ["sister starlight"], ["bitcoin address of xileno"]])
27
 
28
  if __name__ == "__main__":