Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
srini047
/
saliency-profanity-detection
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
de1732e
saliency-profanity-detection
/
test.py
srini047
Upload 5 files
de1732e
over 1 year ago
raw
Copy download link
history
blame
Safe
206 Bytes
from
gradio_client
import
Client
client = Client(
"https://1712bd40513e8f2c8a.gradio.live/"
)
result = client.predict(
"Howdy!"
,
# str in 'text' Textbox component
api_name=
"/predict"
)
print
(result)