umm-maybe's picture
Update app.py
ee2e6b8
raw
history blame
100 Bytes
import gradio as gr
iface = gr.Interface.load("models/umm-maybe/AI-image-detector")
iface.launch()