OpenEnv / app.py
mahammadaftab's picture
Add root app.py to fix HuggingFace Spaces deploy
33c0466
raw
history blame contribute delete
78 Bytes
from server.app import demo, app, main
if __name__ == "__main__":
main()