tonyassi's picture
Update app.py
072dcc0
raw
history blame
96 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.load("models/tonyassi/mgm")
demo.launch()