prnv19 commited on
Commit
cfee341
β€’
1 Parent(s): 111d762

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -4
app.py CHANGED
@@ -2,14 +2,20 @@ import gradio as gr
2
  from gpt4all import GPT4All
3
  from huggingface_hub import hf_hub_download
4
 
5
- title = "Tamil-LLaMA-7B-Instruct-GGUF (CPU Demo)"
6
 
7
  description = """
8
- πŸ”Ž [Tamil LLaMA 7B Instruct v0.1] [GGUF format model]. Running the Q5_KM Quantized version.
9
 
10
- πŸ”¨ Running on free CPU hardware. Suggest duplicating this space to run without a queue.
11
 
12
- > **Note:** The inference is quite slow as it is running on CPU.
 
 
 
 
 
 
13
  """
14
 
15
  model_path = "models"
 
2
  from gpt4all import GPT4All
3
  from huggingface_hub import hf_hub_download
4
 
5
+ title = "Tamil Transformer - NeuralMinds"
6
 
7
  description = """
8
+ Tamil transformer model developed by team NeuralMinds.
9
 
10
+ Team Members:
11
 
12
+ - Abinesh Sivakumar
13
+
14
+ - Manesh Karun
15
+
16
+ - Logesh KSR
17
+
18
+ - Pranav Unnikrishnan
19
  """
20
 
21
  model_path = "models"