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