PlanExe / app.py
Simon Strandgaard
I think the state is now being across server restart
3af7479
raw
history blame
419 Bytes
"""
During development, to mimic the same behavior as on Hugging Face Spaces.
PROMPT> IS_HUGGINGFACE_SPACES=true python app.py
"""
if __name__ == "__main__":
# from src.huggingface_spaces.print_gradio_info import print_gradio_info
# print_gradio_info()
# from src.plan.app_text2plan import run_app_text2plan
# run_app_text2plan()
from src.huggingface_spaces.app_state2 import demo
demo.launch()