Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CoffeBank
/
RU_AI_Detector
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
19802ae
RU_AI_Detector
/
app.py
CoffeBank
update
c5cea9c
9 months ago
raw
Copy download link
history
blame
Safe
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
)