Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ymokay
/
ToxiCheck
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ToxiCheck
/
main.py
Tbruand
chore(): nitial commit - project structure
3ece550
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
81 Bytes
from
app.interface
import
launch_app
if
__name__ ==
'__main__'
:
launch_app()