Upload README.md
Browse files
README.md
CHANGED
|
@@ -37,6 +37,7 @@ Each subdirectory contains:
|
|
| 37 |
- A `Test` folder with example test images
|
| 38 |
|
| 39 |
You can use these models **programmatically** or through an **interactive demo app** powered by Gradio or Streamlit.
|
|
|
|
| 40 |
---
|
| 41 |
|
| 42 |
## 🧩 Programmatic Usage
|
|
@@ -73,7 +74,6 @@ display_images_gui(
|
|
| 73 |
)
|
| 74 |
```
|
| 75 |
---
|
| 76 |
-
```
|
| 77 |
|
| 78 |
## 🚀 Interactive Demo App
|
| 79 |
### 🧩 Option 1: Run directly on Hugging Face
|
|
@@ -81,7 +81,7 @@ 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
|
|
|
|
| 37 |
- A `Test` folder with example test images
|
| 38 |
|
| 39 |
You can use these models **programmatically** or through an **interactive demo app** powered by Gradio or Streamlit.
|
| 40 |
+
|
| 41 |
---
|
| 42 |
|
| 43 |
## 🧩 Programmatic Usage
|
|
|
|
| 74 |
)
|
| 75 |
```
|
| 76 |
---
|
|
|
|
| 77 |
|
| 78 |
## 🚀 Interactive Demo App
|
| 79 |
### 🧩 Option 1: Run directly on Hugging Face
|
|
|
|
| 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
|