Gradio-test / app.py
YUGOROU's picture
Update app.py
7e08ccf verified
raw
history blame contribute delete
258 Bytes
import gradio as gr
import llama_cpp_python_gradio
# Using a Hugging Face model repository
gr.load(
name='YUGOROU/TeenEmo-Reasoning-v2-Q4_K_M-GGUF', # Will automatically select best quantized version
src=llama_cpp_python_gradio.registry,
).launch()