# entrpoint for HuggingFace Space import sys sys.path.append('.') from gradio_ui.gradio_app import demo demo.launch()