File size: 86 Bytes
04cac67
 
 
 
1
2
3
4
import gradio as gr

model_name = "THUDM/chatglm2-6b-int4"
gr.load(model_name).lauch()