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...
441466c
RU_AI_Detector
/
app.py
CoffeBank
update
8db7949
4 months ago
raw
Copy download link
history
blame
240 Bytes
from
demo.binary_classifier_demo
import
binary_app
if
__name__ ==
"__main__"
:
# Launch only the binary classifier demo
print
(
"Starting Binary Classifier demo..."
)
binary_app.launch(show_api=
False
, debug=
True
, share=
True
)