Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,8 @@ with gr.Blocks() as demo:
|
|
70 |
with gr.Column(scale=1):
|
71 |
gr.Image(
|
72 |
#value=os.path.join(BASE_PATH,"img","logo_rizoa_auchan.jpg"),
|
73 |
-
value=os.path.join("img","logo_rizoa_auchan.jpg"),
|
|
|
74 |
height=250,
|
75 |
width=250,
|
76 |
container=False,
|
|
|
70 |
with gr.Column(scale=1):
|
71 |
gr.Image(
|
72 |
#value=os.path.join(BASE_PATH,"img","logo_rizoa_auchan.jpg"),
|
73 |
+
#value=os.path.join("img","logo_rizoa_auchan.jpg"),
|
74 |
+
value=("https://huggingface.co/spaces/rizoa-auchan-hack/hack/blob/main/img/logo_rizoa_auchan.jpg")
|
75 |
height=250,
|
76 |
width=250,
|
77 |
container=False,
|