# app2.py from gradio_interface import demo # Direct import if __name__ == "__main__": # Launch the Gradio app demo.launch() if __name__ == "__main__": # Launch the Gradio app demo.launch()