ME
Update app.py
cbb3842
raw
history blame
93 Bytes
import gradio as gr
demo=gr.Interface.load("models/KappaNeuro/color-palette")
demo.launch()