fffiloni commited on
Commit
cf39162
1 Parent(s): 00856ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def get_caption(image_in):
55
 
56
  return description
57
 
58
- def get_caption(image_in):
59
  client = Client("https://vikhyatk-moondream1.hf.space/")
60
  result = client.predict(
61
  image_in, # filepath in 'image' Image component
 
55
 
56
  return description
57
 
58
+ def get_caption_from_MD(image_in):
59
  client = Client("https://vikhyatk-moondream1.hf.space/")
60
  result = client.predict(
61
  image_in, # filepath in 'image' Image component