TheMaisk commited on
Commit
fa088a4
1 Parent(s): a40d145

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
  import os
4
 
5
  # Klient für die Inferenz
6
- client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.3")
7
 
8
  # Geheime Eingabeaufforderung aus Umgebungsvariablen
9
  secret_prompt = os.getenv("SECRET_PROMPT")
 
3
  import os
4
 
5
  # Klient für die Inferenz
6
+ client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
7
 
8
  # Geheime Eingabeaufforderung aus Umgebungsvariablen
9
  secret_prompt = os.getenv("SECRET_PROMPT")