File size: 175 Bytes
9f5e5ef
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from utils import create_interface

if __name__ == "__main__":
    
    # Create the Gradio interface
    app = create_interface()
    # Launch the app
    app.launch()