Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Deep-Will
/
FlagAlpha-Llama2-Chinese-13b-Chat
like
0
Runtime error
App
Files
Files
Community
f50835d
FlagAlpha-Llama2-Chinese-13b-Chat
/
app.py
Deep-Will
initial commit
f50835d
about 1 year ago
raw
Copy download link
history
blame
Safe
91 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/FlagAlpha/Llama2-Chinese-13b-Chat"
).launch()