Spaces:
Sleeping
Sleeping
| 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() |