rundac-inference's picture
Update app.py
b5a2f4b verified
raw
history blame contribute delete
136 Bytes
import gradio as gr
import os
access_token = os.environ.get('HF_TOKEN')
gr.load("models/Falconsai/offensive_speech_detection").launch()