Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
varuy322
/
internlm-internlm-chat-7b
like
0
Running
App
Files
Files
Community
main
internlm-internlm-chat-7b
/
app.py
varuy322
initial commit
7c20b98
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
83 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/internlm/internlm-chat-7b"
).launch()