Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
HMPhuoc/toxic
HMPhuoc
/
toxic_test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
22ad7f3
toxic_test
/
main.py
HMPhuoc
First commit
22ad7f3
about 1 year ago
raw
Copy download link
history
blame
114 Bytes
from
flask
import
Flask
app = Flask(__name__)
@app.route(
"/"
)
def
hello
():
return
{
"hello"
:
"Deploy success"
}