partySim / app.py
dpang's picture
Upload 15 files
7b84343 verified
raw
history blame contribute delete
201 Bytes
# Hugging Face Spaces Entry Point
# This file launches the Gradio interface for the Party Planner app
from app_gradio import demo
# Launch the Gradio app
if __name__ == "__main__":
demo.launch()