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
Dec 16, 2023
Commit
b5f8997
·
1 Parent(s):
0bb56f4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,6 @@
1
import gradio as gr
2
3
-
gr.Interface.load("models/HuggingFaceH4/zephyr-7b-beta")
.launch(share = True)
4
1
import gradio as gr
2
3
+
gr.Interface.load("models/HuggingFaceH4/zephyr-7b-beta")
4
+
5
+
gr.launch()
6