alok94 commited on
Commit
c0f90de
1 Parent(s): 4eb4491

made change page6

Browse files
Files changed (1) hide show
  1. src/page6.py +1 -1
src/page6.py CHANGED
@@ -88,7 +88,7 @@ def page6():
88
  if prompt and (image_file is not None):
89
  with st.spinner("Recognizing Image...."):
90
  output = replicate.run(
91
- "nateraw/video-llava:c9bd7f86cd5c4eaab4d21880685b11a9c712d91936b5de4b732ad1f8eb723d98", input={
92
  "image_path": image_file,
93
  "text_prompt": prompt
94
  }
 
88
  if prompt and (image_file is not None):
89
  with st.spinner("Recognizing Image...."):
90
  output = replicate.run(
91
+ "nateraw/video-llava:26387f81b9417278a8578188a31cd763eb3a55ca0f3ec375bf69c713de3fb4e8", input={
92
  "image_path": image_file,
93
  "text_prompt": prompt
94
  }