Spaces:
Sleeping
Sleeping
# This file is for Hugging Face Spaces deployment | |
# It simply imports and runs the main app | |
from cv_extraction_app import app | |
# Launch the app with specific settings for Hugging Face Spaces | |
if __name__ == "__main__": | |
app.launch(share=False) | |