Spaces:
Runtime error
Runtime error
made change to model page6
Browse files- 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:
|
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:c9bd7f86cd5c4eaab4d21880685b11a9c712d91936b5de4b732ad1f8eb723d98", input={
|
92 |
"image_path": image_file,
|
93 |
"text_prompt": prompt
|
94 |
}
|