Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mehranandi
/
HuggingFaceH4-zephyr-7b-beta
like
0
Runtime error
App
Files
Files
Fetching metadata from the HF Docker repository...
mehranandi
commited on
Nov 4, 2023
Commit
0bb56f4
·
1 Parent(s):
d33f021
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
import gradio as gr
2
3
-
gr.Interface.load("models/HuggingFaceH4/zephyr-7b-beta").
run
()
4
1
import gradio as gr
2
3
+
gr.Interface.load("models/HuggingFaceH4/zephyr-7b-beta").
launch
(
share = True
)
4