kkthyagharajan commited on
Commit
951889b
Β·
verified Β·
1 Parent(s): 7f569e3

Upload README.md

Browse files

Interactive Demo format fixed

Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -76,15 +76,20 @@ display_images_gui(
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
 
88
  ```
89
 
90
  KKT-HF-TransferLearning-Models/ ← Root directory (your HF repo root)
 
76
  ---
77
 
78
  ## πŸš€ Interactive Demo App
79
+
80
  ### 🧩 Option 1: Run directly on Hugging Face
81
  This Space includes a web app defined by `app.py`.
82
+ ### πŸ’» Option 2: Run locally using Gradio or Streamlit
83
+
84
+ ```bash
85
+ pip install -r requirements.txt
86
+ python app.py # or
87
+ streamlit run app.py
88
 
89
  ---
90
 
91
  ## πŸ“ Repository Structure
92
+
93
  ```
94
 
95
  KKT-HF-TransferLearning-Models/ ← Root directory (your HF repo root)