Amarthya7 commited on
Commit
b0299fc
·
verified ·
1 Parent(s): aa14c8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -8
README.md CHANGED
@@ -32,7 +32,7 @@ A multi-modal AI application that allows users to upload images and ask question
32
 
33
  1. Clone this repository:
34
  ```
35
- git clone https://github.com/your-username/visual-question-answering.git
36
  cd visual-question-answering
37
  ```
38
 
@@ -52,7 +52,7 @@ A multi-modal AI application that allows users to upload images and ask question
52
 
53
  4. Run the application:
54
  ```
55
- python run.py
56
  ```
57
 
58
  Or directly with Streamlit:
@@ -82,12 +82,8 @@ This application uses the following pre-trained models from Hugging Face:
82
  - `models/`: Contains model handling code
83
  - `utils/`: Utility functions for image processing and more
84
  - `static/`: Static files including uploaded images
85
- - `run.py`: Script to run the application
86
-
87
- ## License
88
-
89
- This project is licensed under the MIT License - see the LICENSE file for details.
90
-
91
  ## Acknowledgments
92
 
93
  - Hugging Face for their excellent pre-trained models
 
32
 
33
  1. Clone this repository:
34
  ```
35
+ git clone
36
  cd visual-question-answering
37
  ```
38
 
 
52
 
53
  4. Run the application:
54
  ```
55
+ python app.py
56
  ```
57
 
58
  Or directly with Streamlit:
 
82
  - `models/`: Contains model handling code
83
  - `utils/`: Utility functions for image processing and more
84
  - `static/`: Static files including uploaded images
85
+ - `app.py`: Script to run the application
86
+ -
 
 
 
 
87
  ## Acknowledgments
88
 
89
  - Hugging Face for their excellent pre-trained models