Spaces:
Sleeping
Sleeping
einfachalf
commited on
Commit
•
7742262
1
Parent(s):
a06d5d0
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import InferenceClient
|
|
|
|
|
|
|
3 |
|
4 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
5 |
prompt_secret = os.environ.get('PROMPT_SECRET')
|
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import InferenceClient
|
3 |
+
import os
|
4 |
+
|
5 |
+
|
6 |
|
7 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
8 |
prompt_secret = os.environ.get('PROMPT_SECRET')
|