Spaces:
Runtime error
Runtime error
Commit
·
9eb7aab
1
Parent(s):
4b8daee
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,14 +77,14 @@ results = gr.outputs.Dataframe(
|
|
| 77 |
|
| 78 |
iface = gr.Interface(
|
| 79 |
theme='huggingface',
|
| 80 |
-
description='
|
| 81 |
fn=process,
|
| 82 |
inputs=[text_query],
|
| 83 |
outputs=[speech_query, results],
|
| 84 |
examples=[
|
| 85 |
['Great Opportunity in business'],
|
| 86 |
['LIBOR replacement'],
|
| 87 |
-
['
|
| 88 |
],
|
| 89 |
allow_flagging=False
|
| 90 |
)
|
|
|
|
| 77 |
|
| 78 |
iface = gr.Interface(
|
| 79 |
theme='huggingface',
|
| 80 |
+
description='',
|
| 81 |
fn=process,
|
| 82 |
inputs=[text_query],
|
| 83 |
outputs=[speech_query, results],
|
| 84 |
examples=[
|
| 85 |
['Great Opportunity in business'],
|
| 86 |
['LIBOR replacement'],
|
| 87 |
+
['Structured products'],
|
| 88 |
],
|
| 89 |
allow_flagging=False
|
| 90 |
)
|