Nguyen DUng commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,21 +7,16 @@ import time
|
|
| 7 |
import tempfile
|
| 8 |
from huggingface_hub import InferenceClient
|
| 9 |
|
| 10 |
-
DESCRIPTION = """ # <center><b>
|
| 11 |
-
### <center>
|
| 12 |
-
### <center>
|
| 13 |
-
"""
|
| 14 |
-
|
| 15 |
-
MORE = """ ## TRY Other Models
|
| 16 |
-
### Instant Video: Create Amazing Videos in 5 Second -> https://huggingface.co/spaces/KingNish/Instant-Video
|
| 17 |
-
### Instant Image: 4k images in 5 Second -> https://huggingface.co/spaces/KingNish/Instant-Image
|
| 18 |
"""
|
| 19 |
|
| 20 |
Fast = """## Fastest Model"""
|
| 21 |
|
| 22 |
-
Complex = """##
|
| 23 |
|
| 24 |
-
Detail = """##
|
| 25 |
|
| 26 |
client1 = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
| 27 |
|
|
|
|
| 7 |
import tempfile
|
| 8 |
from huggingface_hub import InferenceClient
|
| 9 |
|
| 10 |
+
DESCRIPTION = """ # <center><b>TDN-M⚡</b></center>
|
| 11 |
+
### <center>TRỢ LÝ GIẢI ĐÁP MỌI CÂU HỎI BẰNG GIỌNG NÓI
|
| 12 |
+
### <center>@2024</center>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
"""
|
| 14 |
|
| 15 |
Fast = """## Fastest Model"""
|
| 16 |
|
| 17 |
+
Complex = """## Thích hợp cho các câu hỏi phức tạp"""
|
| 18 |
|
| 19 |
+
Detail = """## Hiện tại chỉ hỗ trợ voice Tiếng Anh """
|
| 20 |
|
| 21 |
client1 = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
| 22 |
|