File size: 168 Bytes
13be506 |
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() |
13be506 |
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() |