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