Qwen2.5 / app.py
subjectid's picture
initial commit
472b296 verified
Raw
History Blame Contribute Delete
102 Bytes
import gradio as gr
gr.load(
"models/Qwen/Qwen2.5-7B-Instruct",
provider="together",
).launch()