Spaces:
Running
on
T4
Running
on
T4
Julien Simon
commited on
Commit
•
31a5186
1
Parent(s):
6bfdcc3
Add link to YouTube video
Browse files
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],
|