ysharma HF Staff commited on
Commit
33b8da0
Β·
verified Β·
1 Parent(s): e18e24c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -605,7 +605,7 @@ with gr.Blocks(theme='ocean') as demo:
605
  )
606
 
607
  # API Key input section
608
- with gr.Accordion("πŸ”‘ API Configuration (Optional)", open=False):
609
  gr.Markdown(
610
  """
611
  **Note:** If you're experiencing API errors or want to use your own FAL account:
@@ -626,7 +626,7 @@ with gr.Blocks(theme='ocean') as demo:
626
  with gr.Column(scale=1):
627
  with gr.Row():
628
  with gr.Column(scale=1):
629
- gr.Markdown("### Step 1: Annotate First Image ()")
630
  # Image annotator for first image
631
  from gradio_image_annotation import image_annotator
632
  #first_image = ImageAnnotator(
 
605
  )
606
 
607
  # API Key input section
608
+ with gr.Accordion("πŸ”‘ API Configuration (Optional)", open=True):
609
  gr.Markdown(
610
  """
611
  **Note:** If you're experiencing API errors or want to use your own FAL account:
 
626
  with gr.Column(scale=1):
627
  with gr.Row():
628
  with gr.Column(scale=1):
629
+ gr.Markdown("### Step 1: Annotate First Image _(click on the upload image button if the app is stuck)_")
630
  # Image annotator for first image
631
  from gradio_image_annotation import image_annotator
632
  #first_image = ImageAnnotator(