matthewfarant commited on
Commit
fd9cd93
·
verified ·
1 Parent(s): 482afc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -170,7 +170,11 @@ demo = gr.Interface(
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="\"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. **Important Note:** 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: https://huggingface.co/spaces/huggingchat/chat-ui/discussions/430"
 
 
 
 
174
  )
175
 
176
  if __name__ == "__main__":
 
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
+ **Important Note:** 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: https://huggingface.co/spaces/huggingchat/chat-ui/discussions/430
176
+
177
+ """
178
  )
179
 
180
  if __name__ == "__main__":