aaa0960 4adf8b1 d5a3d59
1
2
3
4
5
6
7
8
import gradio as gr import helper # Create the Gradio interface using helper.registry app = helper.registry(name="marco-o1") if __name__ == "__main__": app.launch()