Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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")
|