Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def get_caption(image_in):
|
|
55 |
|
56 |
return description
|
57 |
|
58 |
-
def
|
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
|