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
98a420d
·
1 Parent(s):
bd24642
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("
Helsinki-NLP
/
opus
-
mt
-
en-es
", src="models")
4
5
demo.launch()
1
import gradio as gr
2
3
+
demo = gr.load("
HuggingFaceH4
/
zephyr
-
7b
-
alpha
", src="models")
4
5
demo.launch()