Ines_export / app.py
GauthierDemonchy
Initial commit propre
d655094
Raw
History Blame Contribute Delete
143 Bytes
# Wrapper for Hugging Face Space which expects app.py by default
from main import interface
if __name__ == "__main__":
interface.launch()