FoodDesert commited on
Commit
e6bc84e
·
verified ·
1 Parent(s): 8aafa85

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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):