Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -409,7 +409,7 @@ with gr.Blocks(
|
|
| 409 |
|
| 410 |
.gr-audio {
|
| 411 |
border: 2px solid #006666;
|
| 412 |
-
background-color: #
|
| 413 |
border-radius: 16px;
|
| 414 |
padding: 12px;
|
| 415 |
animation: pulseColor 3s infinite;
|
|
@@ -456,9 +456,9 @@ with gr.Blocks(
|
|
| 456 |
reset_btn = gr.Button("\nโญ๏ธ Reset", elem_id="reset-btn")
|
| 457 |
|
| 458 |
status = gr.Markdown(elem_classes="gr-image")
|
| 459 |
-
image_output = gr.Image(label="๐ผ๏ธ Scene Image", type="pil")
|
| 460 |
summary_output = gr.Markdown(label="๐ Scene Summary", elem_id = "output")
|
| 461 |
-
explanation_output = gr.Textbox(label="๐ Scene Explanation", lines=6,elem_id="output")
|
| 462 |
|
| 463 |
with gr.Row():
|
| 464 |
tts_btn = gr.Button("๐ Read Aloud", elem_id="tts-btn")
|
|
|
|
| 409 |
|
| 410 |
.gr-audio {
|
| 411 |
border: 2px solid #006666;
|
| 412 |
+
background-color: ##b2d8d8;
|
| 413 |
border-radius: 16px;
|
| 414 |
padding: 12px;
|
| 415 |
animation: pulseColor 3s infinite;
|
|
|
|
| 456 |
reset_btn = gr.Button("\nโญ๏ธ Reset", elem_id="reset-btn")
|
| 457 |
|
| 458 |
status = gr.Markdown(elem_classes="gr-image")
|
| 459 |
+
image_output = gr.Image(label="๐ผ๏ธ Scene Image", type="pil", elem_id="output")
|
| 460 |
summary_output = gr.Markdown(label="๐ Scene Summary", elem_id = "output")
|
| 461 |
+
explanation_output = gr.Textbox(label="๐ Scene Explanation", lines=6, elem_id="output")
|
| 462 |
|
| 463 |
with gr.Row():
|
| 464 |
tts_btn = gr.Button("๐ Read Aloud", elem_id="tts-btn")
|