Spaces:
Sleeping
Sleeping
File size: 247 Bytes
61ccd2e |
1 2 3 4 5 6 7 8 9 |
# 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)
|