Cédric KACZMAREK commited on
Commit
a30e1f8
·
1 Parent(s): 94f13dc

Test affichage du chemin de l'image

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -56,6 +56,9 @@ FILE = Path(__file__).resolve()
56
  BASE_PATH = FILE.parents[0]
57
 
58
 
 
 
 
59
  with gr.Blocks() as demo:
60
  with gr.Row():
61
  with gr.Column(scale=1):
 
56
  BASE_PATH = FILE.parents[0]
57
 
58
 
59
+ image = os.path.join(BASE_PATH,"img","logo_rizoa_auchan.jpg")
60
+ print(f"Chemin de l'image : {image}")
61
+
62
  with gr.Blocks() as demo:
63
  with gr.Row():
64
  with gr.Column(scale=1):