N.Achyuth Reddy commited on
Commit
27e28a2
·
1 Parent(s): 2f6a203

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -7
app.py CHANGED
@@ -4,14 +4,13 @@ from st_audiorec import st_audiorec
4
 
5
 
6
  # Constants
7
- TITLE = "Llama2 7B Chatbot"
8
  DESCRIPTION = """
9
- This Space demonstrates model [Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) by Meta, a Llama 2 model with 7B parameters fine-tuned for chat instructions.
10
- | Model | Llama2 | Llama2-hf | Llama2-chat | Llama2-chat-hf |
11
- |---|---|---|---|---|
12
- | 7B | [Link](https://huggingface.co/meta-llama/Llama-2-7b) | [Link](https://huggingface.co/meta-llama/Llama-2-7b-hf) | [Link](https://huggingface.co/meta-llama/Llama-2-7b-chat) | [Link](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) |
13
-
14
- ---
15
  """
16
 
17
  # Initialize client
 
4
 
5
 
6
  # Constants
7
+ TITLE = "AgriTure"
8
  DESCRIPTION = """
9
+ -------------------
10
+ This Project demonstrates a model fine-tuned by Achyuth. This Model is named as "AgriTure". This Model helps the farmers and scientists to develop the art of agriculture and farming. This model helps you know about the latest advanced Farming Tips and Tricks. And helps you clarify your doubts regarding Agriculture.
11
+ Hope this will be a Successful Project!!!
12
+ ~Achyuth
13
+ -------------------
 
14
  """
15
 
16
  # Initialize client