Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,10 +98,7 @@ demo = gr.Interface(
|
|
| 98 |
outputs=gr.Textbox(label="Answer:"),
|
| 99 |
title='Tiny Llama RAG on Enron Scandal',
|
| 100 |
description="This is a RAG system based on the SLM Tiny Llama, fine tuned on the Enron Scandal Emails' dataset",
|
| 101 |
-
|
| 102 |
-
["What were the key factors that led to the collapse of Enron?"],
|
| 103 |
-
["What were the repercussions of the Enron scandal on the energy industry and financial markets?"],
|
| 104 |
-
["How did Enron's accounting firm, Arthur Andersen, contribute to the scandal?"]],
|
| 105 |
allow_flagging="never"
|
| 106 |
)
|
| 107 |
|
|
|
|
| 98 |
outputs=gr.Textbox(label="Answer:"),
|
| 99 |
title='Tiny Llama RAG on Enron Scandal',
|
| 100 |
description="This is a RAG system based on the SLM Tiny Llama, fine tuned on the Enron Scandal Emails' dataset",
|
| 101 |
+
|
|
|
|
|
|
|
|
|
|
| 102 |
allow_flagging="never"
|
| 103 |
)
|
| 104 |
|