Spaces:
Runtime error
Runtime error
vericudebuget
commited on
Commit
•
743d1bd
1
Parent(s):
8bf7783
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from
|
3 |
|
4 |
# Initialize the InferenceClient
|
5 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
|
|
1 |
import gradio as gr
|
2 |
+
from huggingface_hub import InferenceClient
|
3 |
|
4 |
# Initialize the InferenceClient
|
5 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|