apec-segment / app.py
FatemehT's picture
Add Hugging Face Space configuration and app.py entry point
507a990
#!/usr/bin/env python3
"""
Main application entry point for APEC Angiography Segmentation
This file serves as the entry point for the Hugging Face Space
"""
# Import the main application
import angioPySegmentation
# The angioPySegmentation.py file contains the full Streamlit application
# When this app.py is run, it will execute the Streamlit app