test / app.py
Lerik's picture
test
c1f7f12 verified
raw
history blame contribute delete
113 Bytes
import gradio as gr
interface = gr.Interface.load("huggingface/Lerik/cat_vs_dog_recognition")
interface.launch()