ovi054 commited on
Commit
7c4bc2a
1 Parent(s): fa8e3c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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