Zwounds's picture
Create app.py
61ccd2e verified
raw
history blame
247 Bytes
# 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)