File size: 213 Bytes
1e9f164
4b1d975
 
1e9f164
4b1d975
 
1e9f164
 
4b1d975
1
2
3
4
5
6
7
8
9
import gradio as gr
import spaces
import transformers_gradio

demo = gr.load(name="AIDC-AI/Marco-o1", src=transformers_gradio.registry)
demo.fn = spaces.GPU()(demo.fn)

if __name__ == "__main__":
    demo.launch()