Spaces:
Sleeping
Sleeping
Cédric KACZMAREK commited on
Commit ·
0a066e6
1
Parent(s): d88faaa
Test encore sur l'image
Browse files
app.py
CHANGED
|
@@ -63,7 +63,9 @@ PLACEHOLDER = (image)
|
|
| 63 |
with gr.Blocks() as demo:
|
| 64 |
with gr.Row():
|
| 65 |
with gr.Column(scale=1):
|
| 66 |
-
gr.Image(
|
|
|
|
|
|
|
| 67 |
height=250,
|
| 68 |
width=250,
|
| 69 |
container=False,
|
|
|
|
| 63 |
with gr.Blocks() as demo:
|
| 64 |
with gr.Row():
|
| 65 |
with gr.Column(scale=1):
|
| 66 |
+
gr.Image(
|
| 67 |
+
#value=os.path.join(BASE_PATH,"img","logo_rizoa_auchan.jpg"),
|
| 68 |
+
value=os.path.join("img","logo_rizoa_auchan.jpg"),
|
| 69 |
height=250,
|
| 70 |
width=250,
|
| 71 |
container=False,
|