Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hhaacuchaba
/
mistral-community-Mixtral-8x22B-v0.1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hhaacuchaba
commited on
Apr 16, 2024
Commit
f150d01
·
verified
·
1 Parent(s):
3edab03
initial commit
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.load("models/mistral-community/Mixtral-8x22B-v0.1").launch()