Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CoffeBank
/
RU_AI_Detector
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4220458
RU_AI_Detector
/
app.py
CoffeBank
update
c5cea9c
4 months ago
raw
Copy download link
history
blame
227 Bytes
import
gradio
as
gr
from
demo
import
binary_app
if
__name__ ==
"__main__"
:
# Launch the classifier demo
print
(
"Starting AI Text Classifier demo..."
)
binary_app.launch(show_api=
False
, debug=
True
, share=
True
)