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