Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ iface = gradio.Interface(
|
|
| 84 |
gradio.Textbox(label="Answer")],
|
| 85 |
title="Retrieval QA for the subset of the Enron dataset",
|
| 86 |
examples=[
|
| 87 |
-
"Who are the
|
| 88 |
"What's at the center of these emails?"
|
| 89 |
]
|
| 90 |
)
|
|
|
|
| 84 |
gradio.Textbox(label="Answer")],
|
| 85 |
title="Retrieval QA for the subset of the Enron dataset",
|
| 86 |
examples=[
|
| 87 |
+
"Who are the receivers of the emails from this corpus of emails?",
|
| 88 |
"What's at the center of these emails?"
|
| 89 |
]
|
| 90 |
)
|