prithivMLmods commited on
Commit
1a4cca8
·
verified ·
1 Parent(s): 91428c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -240,8 +240,8 @@ image_examples = [
240
  ]
241
 
242
  video_examples = [
243
- ["Explain the video in detail.", "videos/1.mp4"],
244
- ["Explain the video in detail.", "videos/2.mp4"]
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=[