qubvel-hf HF staff commited on
Commit
8152fff
1 Parent(s): ec8f104
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -305,6 +305,10 @@ with gr.Blocks() as demo:
305
  with gr.Row():
306
  with gr.Column():
307
  with gr.Group():
 
 
 
 
308
  select = gr.Dropdown(
309
  label="Select a transformation",
310
  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,