Spaces:
Running
on
T4
Running
on
T4
Julien Simon
commited on
Commit
·
c7fde02
1
Parent(s):
01353e4
Change layout
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ 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 |
-
layout='
|
101 |
inputs=[buttons,text_query,mic,slider],
|
102 |
outputs=[speech_query, results],
|
103 |
examples=[
|
|
|
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 |
+
layout='horizontal',
|
101 |
inputs=[buttons,text_query,mic,slider],
|
102 |
outputs=[speech_query, results],
|
103 |
examples=[
|