smartdigitalnetworks's picture
Upload app.py
0a7fcbb verified
raw
history blame
92 Bytes
from gradio.sketch.run import create
demo = create("test.py", "test.py.json")
demo.launch()