iDrops commited on
Commit
9593073
·
verified ·
1 Parent(s): ace0051

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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")