marco-o1 / main.py
rodrigomasini's picture
Create main.py
aaa0960 verified
raw
history blame
115 Bytes
import gradio as gr
import helper
gr.load(
name='bartowski/Marco-o1-GGUF',
src=helper.registry,
).launch()