Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alexkueck
/
TestInferenceAPI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
alexkueck
commited on
Dec 16, 2023
Commit
e9f1b97
·
1 Parent(s):
98a420d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import gradio as gr
2
3
-
demo = gr.load("
HuggingFaceH4
/
zephyr
-
7b
-
alpha
", src="models")
4
5
demo.launch()
1
import gradio as gr
2
3
+
demo = gr.load("
mistralai
/
Mixtral
-
8x7B
-
Instruct-v0.1
", src="models")
4
5
demo.launch()