qubvel-hf HF staff commited on
Commit
da12fa9
1 Parent(s): 077f4d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- (" " * 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,
 
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,