Spaces:
Runtime error
Runtime error
Commit ·
2bb71d8
1
Parent(s): 3621cc6
Remove description
Browse files- gradio_sketch.py +0 -2
gradio_sketch.py
CHANGED
|
@@ -4,8 +4,6 @@ import gradio as gr
|
|
| 4 |
def create_demo(process):
|
| 5 |
block = gr.Blocks().queue()
|
| 6 |
with block:
|
| 7 |
-
with gr.Row():
|
| 8 |
-
gr.Markdown(DESCRIPTION)
|
| 9 |
with gr.Row():
|
| 10 |
with gr.Column():
|
| 11 |
input_img = gr.Image(source='upload', type="numpy")
|
|
|
|
| 4 |
def create_demo(process):
|
| 5 |
block = gr.Blocks().queue()
|
| 6 |
with block:
|
|
|
|
|
|
|
| 7 |
with gr.Row():
|
| 8 |
with gr.Column():
|
| 9 |
input_img = gr.Image(source='upload', type="numpy")
|