Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ with gr.Blocks() as demo:
|
|
186 |
with gr.Row():
|
187 |
gr.Markdown("""# D-Edit""")
|
188 |
|
189 |
-
with gr.Tab(label="
|
190 |
with gr.Row():
|
191 |
with gr.Column():
|
192 |
canvas = gr.Image(value = "./img.png", type="numpy", label="Draw Mask", show_label=True, height=LENGTH, width=LENGTH, interactive=True)
|
|
|
186 |
with gr.Row():
|
187 |
gr.Markdown("""# D-Edit""")
|
188 |
|
189 |
+
with gr.Tab(label="D-edit"):
|
190 |
with gr.Row():
|
191 |
with gr.Column():
|
192 |
canvas = gr.Image(value = "./img.png", type="numpy", label="Draw Mask", show_label=True, height=LENGTH, width=LENGTH, interactive=True)
|