Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bpandey23
/
llm_zephyr
like
1
Sleeping
App
Files
Files
Community
bpandey23
commited on
Feb 27
Commit
94baabc
•
1 Parent(s):
73bacec
Update app.py
Browse files
for a public link
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.load("models/HuggingFaceH4/zephyr-7b-beta").launch()
1
import gradio as gr
2
3
+
gr.load("models/HuggingFaceH4/zephyr-7b-beta").launch(
share=True
)