Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
colinfitzgerald
/
Intel-neural-chat-7b-v3-1
like
0
Sleeping
App
Files
Files
Community
b29da01
Intel-neural-chat-7b-v3-1
/
app.py
colinfitzgerald
initial commit
b29da01
12 months ago
raw
Copy download link
history
blame
Safe
73 Bytes
import
gradio
as
gr
gr.load(
"models/Intel/neural-chat-7b-v3-1"
).launch()