alkzar90's picture
Fix example path
2b85439
raw
history blame
314 Bytes
import gradio as gr
iface = gr.Interface.load('alkzar90/croupier-creature-classifier',
src='models',
title='Bestiario',
description='Tu guía para identificar criaturas',
examples='/examples')
iface.launch()