matthewfarant commited on
Commit
4e52914
1 Parent(s): 5c9e79d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -169,14 +169,14 @@ demo = gr.Interface(
169
  fn=fact_check_flow,
170
  inputs=gr.Textbox(label="Input any information you want to fact-check!"),
171
  outputs="html",
172
- title="Fact or Fiction: LLama-powered Fact-Checker AI Agent 🤖",
173
  description="""
174
- *"Fact or Fiction: LLama-powered Fact-Checker AI Agent"* is an experimental fact-checking tool designed to help users verify the accuracy of information quickly and easily. This tool leverages the power of large language models (LLM) combined with real-time web crawling to analyze the validity of user-provided information. This tool is a prototype, currently being used by the author as part of a submission for Meta's AI competition, demonstrating the potential for LLMs to assist in information verification.\
175
  <p align="center">
176
  <img src="https://huggingface.co/spaces/matthewfarant/fact-checker/resolve/main/Flowchart.png" />
177
  </p>
178
  <br>
179
- <p><strong>Important Note:</strong></p> Due to current resource constraints, you need to restart the space each time you use this app to ensure it functions correctly. This is a known issue and will be improved in future iterations (source: <a href="https://huggingface.co/spaces/huggingchat/chat-ui/discussions/430">https://huggingface.co/spaces/huggingchat/chat-ui/discussions/430</a>)
180
 
181
  """
182
  )
 
169
  fn=fact_check_flow,
170
  inputs=gr.Textbox(label="Input any information you want to fact-check!"),
171
  outputs="html",
172
+ title="Aletheia: Llama-Powered Fact-Checker AI Agent 🤖",
173
  description="""
174
+ *"Aletheia: Llama-Powered Fact-Checker AI Agent"* is an experimental fact-checking tool designed to help users verify the accuracy of information quickly and easily. This tool leverages the power of Large Language Models (LLM) combined with real-time web crawling to analyze the validity of user-provided information. This tool is a prototype, currently being used by the author as part of a submission for Meta's Llama Hackathon 2024, demonstrating the potential for Llama to assist in information verification.\
175
  <p align="center">
176
  <img src="https://huggingface.co/spaces/matthewfarant/fact-checker/resolve/main/Flowchart.png" />
177
  </p>
178
  <br>
179
+ <p><strong>Important Note:</strong></p> Due to current resource constraints, you need to restart the space each time you use this app to ensure it functions correctly (Go to "Settings" > "Restart Space"). This is a known issue and will be improved in future iterations (source: <a href="https://huggingface.co/spaces/huggingchat/chat-ui/discussions/430">https://huggingface.co/spaces/huggingchat/chat-ui/discussions/430</a>)
180
 
181
  """
182
  )