prnv19 commited on
Commit
9ffc614
1 Parent(s): cfee341

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -7
app.py CHANGED
@@ -2,20 +2,21 @@ import gradio as gr
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"
 
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
 
22
  model_path = "models"