fffiloni commited on
Commit
e71cfc7
1 Parent(s): 933471e

Update app.py

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