ADL_project / app.py
jimboHsueh's picture
first try
f40a16b
raw
history blame contribute delete
81 Bytes
import gradio as gr
demo = gr.load("jimboHsueh/HW2", src="models")
demo.launch()