canvas-test / app.py
philipp-zettl's picture
Update app.py
c1ab9a0 verified
raw
history blame contribute delete
135 Bytes
import gradio as gr
with gr.Blocks() as demo:
with gr.Row():
gr.Sketchpad()
if __name__ == "__main__":
demo.launch()