Spaces:
Runtime error
Runtime error
Commit
·
a46c479
1
Parent(s):
def89a4
Update app.py
Browse files
app.py
CHANGED
@@ -164,6 +164,11 @@ with gr.Blocks(css=css, title='Fast Segment Anything') as demo:
|
|
164 |
# Title
|
165 |
gr.Markdown(title)
|
166 |
|
|
|
|
|
|
|
|
|
|
|
167 |
with gr.Tab("Text mode"):
|
168 |
# Images
|
169 |
with gr.Row(variant="panel"):
|
|
|
164 |
# Title
|
165 |
gr.Markdown(title)
|
166 |
|
167 |
+
with gr.Row():
|
168 |
+
with gr.Column(scale=1):
|
169 |
+
# Title
|
170 |
+
gr.Markdown(description)
|
171 |
+
|
172 |
with gr.Tab("Text mode"):
|
173 |
# Images
|
174 |
with gr.Row(variant="panel"):
|