Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def process_image(image):
|
|
51 |
recipe = generate_recipe(description)
|
52 |
|
53 |
# Guardar la receta en un archivo temporal
|
54 |
-
recipe_file_path = "/tmp/recipe.
|
55 |
with open(recipe_file_path, "w") as file:
|
56 |
file.write(recipe)
|
57 |
|
|
|
51 |
recipe = generate_recipe(description)
|
52 |
|
53 |
# Guardar la receta en un archivo temporal
|
54 |
+
recipe_file_path = "/tmp/recipe.md"
|
55 |
with open(recipe_file_path, "w") as file:
|
56 |
file.write(recipe)
|
57 |
|