pawlo2013's picture
Update app.py
0a2ce44 verified
raw
history blame contribute delete
154 Bytes
import gradio as gr
gr.load(
"models/pawlo2013/kimchi-classification",
examples=[["baechu.jpg"], ["boocho.jpg"], ["moosangchae.jpg"]]
).launch()