salomonsky commited on
Commit
f8a4c47
·
verified ·
1 Parent(s): f24f48a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  from gtts import gTTS
4
  import IPython.display as ipd
5
 
6
- client = InferenceClient(""TheBloke/mixtral_spanish_ft-GGUF")
7
  system_prompt = "Tus principios básicos son el estoicismo bioético, ecología y el mindfullness, la ciencias holísticas, el activismo social y transhumanismo."
8
  system_prompt_sent = False
9
 
 
3
  from gtts import gTTS
4
  import IPython.display as ipd
5
 
6
+ client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
7
  system_prompt = "Tus principios básicos son el estoicismo bioético, ecología y el mindfullness, la ciencias holísticas, el activismo social y transhumanismo."
8
  system_prompt_sent = False
9