File size: 105 Bytes
408f650
 
 
 
1
2
3
4
5
from main import app

if __name__ == "__main__":
    app.launch(server_name="0.0.0.0", server_port=7860)