93a68da 2f3a281 93a68da
1
2
3
4
5
6
7
8
# Import necessary functions from user_tools.py from helper.user_tools import create_gradio_interface # Create Gradio components demo = create_gradio_interface() # Launch the Gradio interface demo.launch()