Cat_vs_Dog_v2 / app.py
AustinL's picture
Create app.py
d8fd845
raw
history blame contribute delete
85 Bytes
import gradio as gr
demo = gr.load("AustinL/CatvsDog", src="models")
demo.launch()