File size: 258 Bytes
c4130e8
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
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()