Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
wesley7137
/
openlm-research-open_llama_7b_v2
like
0
Sleeping
App
Files
Files
Community
0e184be
openlm-research-open_llama_7b_v2
/
app.py
wesley7137
initial commit
0e184be
over 1 year ago
raw
Copy download link
history
blame
Safe
90 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/openlm-research/open_llama_7b_v2"
).launch()