juliensimon HF staff commited on
Commit
31a5186
1 Parent(s): 6bfdcc3

Add link to YouTube video

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ results = gr.outputs.Dataframe(
95
 
96
  iface = gr.Interface(
97
  theme='huggingface',
98
- description='This Spaces lets you query a text corpus containing 2020 annual filings for all S&P500 companies. You can type a text query in English, or record an audio query in 21 languages.',
99
  fn=process,
100
  inputs=[buttons,text_query,mic,slider],
101
  outputs=[speech_query, results],
95
 
96
  iface = gr.Interface(
97
  theme='huggingface',
98
+ description='This Spaces lets you query a text corpus containing 2020 annual filings for all S&P500 companies. You can type a text query in English, or record an audio query in 21 languages. You can find a technical deep dive at https://www.youtube.com/watch?v=YPme-gR0f80',
99
  fn=process,
100
  inputs=[buttons,text_query,mic,slider],
101
  outputs=[speech_query, results],