marco-o1 / main.py
rodrigomasini's picture
Update main.py
4adf8b1 verified
raw
history blame
170 Bytes
import gradio as gr
import helper
# Create the Gradio interface using helper.registry
app = helper.registry(name="marco-o1")
if __name__ == "__main__":
app.launch()