RU_AI_Detector / app.py
CoffeBank's picture
update
c5cea9c
raw
history blame contribute delete
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)