Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
douglarek
/
zephyr-7b-chatbot
like
1
Runtime error
App
Files
Files
Community
003c3f8
zephyr-7b-chatbot
/
app.py
douglarek
initial commit
003c3f8
12 months ago
raw
Copy download link
history
blame
Safe
76 Bytes
import
gradio
as
gr
gr.load(
"models/HuggingFaceH4/zephyr-7b-beta"
).launch()