Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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-
|
6 |
|
7 |
description = """
|
8 |
-
|
9 |
|
10 |
-
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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"
|