Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,6 @@ 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 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
|
|
8 |
from huggingface_hub import InferenceClient
|
9 |
|
10 |
DESCRIPTION = """ # <center><b>JARVIS⚡</b></center>
|
|
|
|
|
11 |
"""
|
12 |
|
13 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|