6d69218
1
2
3
4
5
6
7
8
9
from src.gradio_ui import OmniConverterUI if __name__ == "__main__": ui = OmniConverterUI() app = ui.create_interface() app.queue().launch( server_name="0.0.0.0", server_port=7860, share=False )