Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -660,6 +660,9 @@ with gr.Blocks(css=css) as app:
|
|
660 |
#gr.HTML('<div style="text-align: center;"><img src={image_path} alt="Cute Mascot" style="max-height: 100px; background: transparent;"></div><br>')
|
661 |
#gr.HTML("<br>" * 2) # Adjust the number of line breaks ("<br>") as needed to push the button down
|
662 |
gr.Image(value=image_path,show_label=False, show_download_button=False, show_share_button=False, height=200)
|
|
|
|
|
|
|
663 |
submit_button = gr.Button(variant="primary")
|
664 |
with gr.Row():
|
665 |
with gr.Column(scale=3):
|
|
|
660 |
#gr.HTML('<div style="text-align: center;"><img src={image_path} alt="Cute Mascot" style="max-height: 100px; background: transparent;"></div><br>')
|
661 |
#gr.HTML("<br>" * 2) # Adjust the number of line breaks ("<br>") as needed to push the button down
|
662 |
gr.Image(value=image_path,show_label=False, show_download_button=False, show_share_button=False, height=200)
|
663 |
+
|
664 |
+
print(image_path)
|
665 |
+
|
666 |
submit_button = gr.Button(variant="primary")
|
667 |
with gr.Row():
|
668 |
with gr.Column(scale=3):
|