File size: 316 Bytes
0e11928
 
 
 
958e1db
f6e1a1e
 
 
 
1
2
3
4
5
6
7
8
9
10
"""
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.plan.app_text2plan import run_app_text2plan
    # run_app_text2plan()
    from src.huggingface_spaces.app_state1 import demo
    demo.launch()