Update app.py
Browse files
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=
|
| 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(
|