Spaces:
Sleeping
Sleeping
Cédric KACZMAREK commited on
Commit ·
d88faaa
1
Parent(s): a30e1f8
test chemin de l'image
Browse files
app.py
CHANGED
|
@@ -58,6 +58,7 @@ BASE_PATH = FILE.parents[0]
|
|
| 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():
|
|
|
|
| 58 |
|
| 59 |
image = os.path.join(BASE_PATH,"img","logo_rizoa_auchan.jpg")
|
| 60 |
print(f"Chemin de l'image : {image}")
|
| 61 |
+
PLACEHOLDER = (image)
|
| 62 |
|
| 63 |
with gr.Blocks() as demo:
|
| 64 |
with gr.Row():
|