test-sketch / app.py
abidlabs's picture
abidlabs HF Staff
Create new file
f68aac2
raw
history blame contribute delete
78 Bytes
import gradio as gr
gr.Interface(lambda x:x, gr.Paint(), gr.Image()).launch()