Spaces:
Sleeping
Sleeping
| # app.py | |
| # Import gradio_interface | |
| from src.gradio_interface import demo | |
| # Launch the Gradio app | |
| demo.launch() | |
| # app.py | |
| # Import gradio_interface | |
| from src.gradio_interface import demo | |
| # Launch the Gradio app | |
| demo.launch() | |