Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ojeromyo
/
upstage-Llama-2-70b-instruct
like
0
Running
App
Files
Files
Community
main
upstage-Llama-2-70b-instruct
/
app.py
ojeromyo
initial commit
c3ef61c
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
86 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/upstage/Llama-2-70b-instruct"
).launch()