Upload README.md
Browse filesInteractive Demo App fixed
README.md
CHANGED
|
@@ -73,12 +73,15 @@ display_images_gui(
|
|
| 73 |
)
|
| 74 |
```
|
| 75 |
---
|
|
|
|
|
|
|
| 76 |
## 🚀 Interactive Demo App
|
| 77 |
### 🧩 Option 1: Run directly on Hugging Face
|
| 78 |
This Space includes a web app defined by `app.py`.
|
| 79 |
### 💻 Option 2: Run locally using Gradio or Streamlit
|
| 80 |
pip install -r requirements.txt
|
| 81 |
python app.py OR streamlit run app.py
|
|
|
|
| 82 |
---
|
| 83 |
|
| 84 |
## 📁 Repository Structure
|
|
|
|
| 73 |
)
|
| 74 |
```
|
| 75 |
---
|
| 76 |
+
```
|
| 77 |
+
|
| 78 |
## 🚀 Interactive Demo App
|
| 79 |
### 🧩 Option 1: Run directly on Hugging Face
|
| 80 |
This Space includes a web app defined by `app.py`.
|
| 81 |
### 💻 Option 2: Run locally using Gradio or Streamlit
|
| 82 |
pip install -r requirements.txt
|
| 83 |
python app.py OR streamlit run app.py
|
| 84 |
+
```
|
| 85 |
---
|
| 86 |
|
| 87 |
## 📁 Repository Structure
|