PMMaster1 / app.py
SDyson's picture
Update app.py
6459098 verified
raw
history blame contribute delete
92 Bytes
from gradio.sketch.run import create
demo = create("test.py", "test.py.json")
demo.launch()