File size: 213 Bytes
3f9cf44
 
9f99390
 
3f9cf44
 
9f99390
 
 
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()