Spaces:
Runtime error
Runtime error
Update README.md
Browse files
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
|
| 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
|
| 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 |
-
- `
|
| 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
|