File size: 143 Bytes
d655094
 
 
 
 
1
2
3
4
5
6
# Wrapper for Hugging Face Space which expects app.py by default
from main import interface

if __name__ == "__main__":
    interface.launch()