Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -151,7 +151,8 @@ with gr.Blocks() as demo:
|
|
| 151 |
info_graph = gr.Markdown(f"# La prochaine version est un agent graph.")
|
| 152 |
def afficher_image():
|
| 153 |
# Remplacez le chemin par votre image
|
| 154 |
-
image_path = os.path.abspath("Output
|
|
|
|
| 155 |
return image_path
|
| 156 |
gr.Image(afficher_image())
|
| 157 |
|
|
|
|
| 151 |
info_graph = gr.Markdown(f"# La prochaine version est un agent graph.")
|
| 152 |
def afficher_image():
|
| 153 |
# Remplacez le chemin par votre image
|
| 154 |
+
image_path = os.path.abspath("Output/graph.jpeg")
|
| 155 |
+
print(image_path)
|
| 156 |
return image_path
|
| 157 |
gr.Image(afficher_image())
|
| 158 |
|