marcolorenzi98 commited on
Commit
9663c5d
1 Parent(s): 8e62505

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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
- examples=[["Who is Sheila Chang"],
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