Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
|
4 |
with gr.Blocks() as demo:
|
5 |
with gr.Row():
|
6 |
-
|
7 |
|
8 |
if __name__ == "__main__":
|
9 |
demo.launch()
|
|
|
3 |
|
4 |
with gr.Blocks() as demo:
|
5 |
with gr.Row():
|
6 |
+
gr.Sketchpad()
|
7 |
|
8 |
if __name__ == "__main__":
|
9 |
demo.launch()
|