Spaces:
Running
on
T4
Running
on
T4
carpelan
commited on
Commit
·
fc98967
1
Parent(s):
3bc2cfb
cleanup and removed unused code
Browse files- app/tabs/submit.py +1 -6
app/tabs/submit.py
CHANGED
@@ -79,12 +79,7 @@ labels:
|
|
79 |
"""
|
80 |
|
81 |
with gr.Blocks() as submit:
|
82 |
-
|
83 |
-
#with gr.Row():
|
84 |
-
# docs_link = gr.HTML(
|
85 |
-
# value=''
|
86 |
-
# )
|
87 |
-
#
|
88 |
# Row 2: Image Upload and Editor
|
89 |
with gr.Row(variant="panel"):
|
90 |
image_editor = gr.ImageEditor(
|
|
|
79 |
"""
|
80 |
|
81 |
with gr.Blocks() as submit:
|
82 |
+
|
|
|
|
|
|
|
|
|
|
|
83 |
# Row 2: Image Upload and Editor
|
84 |
with gr.Row(variant="panel"):
|
85 |
image_editor = gr.ImageEditor(
|