Spaces:
Runtime error
Runtime error
samarthagarwal23
commited on
Commit
·
6e382ec
1
Parent(s):
d4f9cd8
Update app.py
Browse files
app.py
CHANGED
@@ -100,6 +100,6 @@ iface = gr.Interface(
|
|
100 |
outputs = [gr.outputs.Textbox(label="Answer"), gr.outputs.Textbox(label="Score"), gr.outputs.HTML(label="Reference text")],
|
101 |
examples=examples,
|
102 |
title = "Question Answering on company annual reports",
|
103 |
-
description = "
|
104 |
)
|
105 |
iface.launch()
|
|
|
100 |
outputs = [gr.outputs.Textbox(label="Answer"), gr.outputs.Textbox(label="Score"), gr.outputs.HTML(label="Reference text")],
|
101 |
examples=examples,
|
102 |
title = "Question Answering on company annual reports",
|
103 |
+
description = "Simply upload any annual report pdf you are interested in and ask model a question OR load an example from below."
|
104 |
)
|
105 |
iface.launch()
|