Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SFM2001
/
SimpleAES
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
SimpleAES
/
app.py
SFM2001
gix
75fb515
15 days ago
raw
Copy download link
history
blame
contribute
delete
132 Bytes
from
create_app
import
create_app
app = create_app()
if
__name__ ==
'__main__'
:
app.run(host=
"0.0.0.0"
, port=
7860
, debug=
True
)