Nguyen DUng commited on
Commit
94c5caf
·
verified ·
1 Parent(s): 73c13c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -10
app.py CHANGED
@@ -7,21 +7,16 @@ import time
7
  import tempfile
8
  from huggingface_hub import InferenceClient
9
 
10
- DESCRIPTION = """ # <center><b>JARVIS⚡</b></center>
11
- ### <center>A personal Assistant of Tony Stark for YOU
12
- ### <center>Currently It supports text input, But If this space completes 1k hearts than I starts working on Audio Input.</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 = """## Best in Complex Question"""
23
 
24
- Detail = """## Best for Detailed Generation or Long Answers"""
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Ợ 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