anychat / app_marco_o1.py
akhaliq's picture
akhaliq HF staff
add marco o1
9f99390
raw
history blame
252 Bytes
import os
import transformers_gradio
from utils import get_app
demo = get_app(
models=[
'AIDC-AI/Marco-o1'
],
default_model="AIDC-AI/Marco-o1",
src=transformers_gradio.registry,
)
if __name__ == "__main__":
demo.launch()