PlanExe / app.py
Simon Strandgaard
Imported changes from the github repo into the huggingface repo
f568402
raw
history blame contribute delete
288 Bytes
"""
During development, to mimic the same behavior as on Hugging Face Spaces.
PROMPT> IS_HUGGINGFACE_SPACES=true HUGGINGFACE_SPACES_BROWSERSTATE_SECRET=random123 python app.py
"""
if __name__ == "__main__":
from src.plan.app_text2plan import run_app_text2plan
run_app_text2plan()