Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def extract_frames(video_in, interval=24, output_format='.jpg'):
|
|
69 |
return frames
|
70 |
|
71 |
def process_image(image_in):
|
72 |
-
client = Client("vikhyatk/
|
73 |
result = client.predict(
|
74 |
image_in, # filepath in 'image' Image component
|
75 |
"Describe precisely the image in one sentence.", # str in 'Question' Textbox component
|
|
|
69 |
return frames
|
70 |
|
71 |
def process_image(image_in):
|
72 |
+
client = Client("https://vikhyatk-moondream1.hf.space/")
|
73 |
result = client.predict(
|
74 |
image_in, # filepath in 'image' Image component
|
75 |
"Describe precisely the image in one sentence.", # str in 'Question' Textbox component
|