Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -240,8 +240,8 @@ image_examples = [
|
|
240 |
]
|
241 |
|
242 |
video_examples = [
|
243 |
-
["Explain the video in detail.", "videos/
|
244 |
-
["Explain the video in detail.", "videos/
|
245 |
]
|
246 |
|
247 |
#css
|
@@ -332,6 +332,9 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
332 |
label="Select Model",
|
333 |
value="Camel-Doc-OCR-080125(v2)")
|
334 |
|
|
|
|
|
|
|
335 |
# Define the submit button actions
|
336 |
image_submit.click(fn=generate_image,
|
337 |
inputs=[
|
|
|
240 |
]
|
241 |
|
242 |
video_examples = [
|
243 |
+
["Explain the video in detail.", "assets/videos/a.mp4"],
|
244 |
+
["Explain the video in detail.", "assets/videos/b.mp4"]
|
245 |
]
|
246 |
|
247 |
#css
|
|
|
332 |
label="Select Model",
|
333 |
value="Camel-Doc-OCR-080125(v2)")
|
334 |
|
335 |
+
|
336 |
+
gr.Markdown("**Model Info 💻** | [Report Bug](https://huggingface.co/spaces/prithivMLmods/Multimodal-OCR-Outpost/discussions)")
|
337 |
+
|
338 |
# Define the submit button actions
|
339 |
image_submit.click(fn=generate_image,
|
340 |
inputs=[
|