Spaces:
Runtime error
Runtime error
made change 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:26387f81b9417278a8578188a31cd763eb3a55ca0f3ec375bf69c713de3fb4e8", input={
|
92 |
"image_path": image_file,
|
93 |
"text_prompt": prompt
|
94 |
}
|