Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
BlueOceans
/
chat
like
0
Sleeping
App
Files
Files
Community
main
chat
/
app.py
umair894
Create app.py
b27e312
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
72 Bytes
import
gradio
as
gr
gr.load(
"models/meta-llama/Llama-2-7b-hf"
).launch()