Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -305,10 +305,10 @@ with gr.Blocks() as demo:
|
|
305 |
with gr.Row():
|
306 |
with gr.Column():
|
307 |
with gr.Group():
|
308 |
-
gr.Markdown(
|
309 |
-
|
310 |
-
|
311 |
-
)
|
312 |
select = gr.Dropdown(
|
313 |
label="Select a transformation",
|
314 |
choices=transforms_keys,
|
|
|
305 |
with gr.Row():
|
306 |
with gr.Column():
|
307 |
with gr.Group():
|
308 |
+
# gr.Markdown(
|
309 |
+
# (" " * 4) + \
|
310 |
+
# "If a component is loading on start, please, try to refresh the page a few times. [Working on fix...]"
|
311 |
+
# )
|
312 |
select = gr.Dropdown(
|
313 |
label="Select a transformation",
|
314 |
choices=transforms_keys,
|