File size: 477 Bytes
0e11928 e12d959 5187d94 0e11928 958e1db 08d4036 b14ca77 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
"""
During development, to mimic the same behavior as on Hugging Face Spaces.
PROMPT> IS_HUGGINGFACE_SPACES=true python app.py
TEST-COMMIT: to make hugging face spaces rebuild. Again.
"""
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_state4 import demo
# demo.launch()
|