Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ def generate_caption(image):
|
|
| 55 |
# )
|
| 56 |
# # Extract the image path from the result tuple
|
| 57 |
# image_path = result[0]
|
| 58 |
-
# return image_path
|
| 59 |
# except Exception as e:
|
| 60 |
# raise Exception(f"Error generating image: {str(e)}")
|
| 61 |
|
|
|
|
| 55 |
# )
|
| 56 |
# # Extract the image path from the result tuple
|
| 57 |
# image_path = result[0]
|
| 58 |
+
# return image_path
|
| 59 |
# except Exception as e:
|
| 60 |
# raise Exception(f"Error generating image: {str(e)}")
|
| 61 |
|