Nauman J Qazi commited on
Commit
a2c6027
·
1 Parent(s): 55443c7

Demo file updated

Browse files
Files changed (2) hide show
  1. .gitignore +5 -3
  2. README.md +6 -0
.gitignore CHANGED
@@ -1,6 +1,8 @@
1
- myenv/*
2
- __pycache__/*
3
  mm_rag/*
4
- shared_data/*
5
  .gradio
6
  .env
 
 
 
1
+ myenv
2
+ __pycache__
3
  mm_rag/*
4
+ shared_data
5
  .gradio
6
  .env
7
+ .venv
8
+ .github
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  # ReArchitecture Multimodal RAG System Pipeline Journey
2
  I ported it locally and isolated each concept into a step as Python runnable
3
  It is simplified, refactored and bug-fixed now.
 
1
+ ---
2
+ title: multimodel-rag-chat-with-videos
3
+ app_file: main_demo.py
4
+ sdk: gradio
5
+ sdk_version: 5.17.1
6
+ ---
7
  # ReArchitecture Multimodal RAG System Pipeline Journey
8
  I ported it locally and isolated each concept into a step as Python runnable
9
  It is simplified, refactored and bug-fixed now.