README / app.py
lizhengguang's picture
Create app.py
ec75c06 verified
Raw
History Blame Contribute Delete
208 Bytes
import gradio as gr
# gr.load_chat("http://10.172.10.103:11434/v1", model="llama3.2", token="***").launch()
gr.load_chat(
"https://11434.whoel.wang/v1", model="deepseek-r1:latest"
).launch(share=False)