singam96 commited on
Commit
eed0afe
·
1 Parent(s): e4b7a58
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -20,10 +20,10 @@ A lightweight inverse rendering model that decomposes RGB images into PBR materi
20
 
21
  ## Examples
22
 
23
- <div style="display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;">
24
- <img src="https://huggingface.co/singam96/ShadeNet/resolve/main/assets/input_result.png" alt="Sample 1" style="width: 45%; min-width: 300px;">
25
- <img src="https://huggingface.co/singam96/ShadeNet/resolve/main/assets/152029243_b3582c36fa_result.png" alt="Sample 2" style="width: 45%; min-width: 300px;">
26
- <img src="https://huggingface.co/singam96/ShadeNet/resolve/main/assets/160585932_fa6339f248_result.png" alt="Sample 3" style="width: 45%; min-width: 300px;">
27
  </div>
28
 
29
  *Each result shows: Input (blue) → Basecolor, Normal, Depth, Roughness, Metallic (green) → Recon RGB (orange)*
@@ -74,7 +74,12 @@ shadenet/
74
 
75
  ### Gradio Space
76
 
77
- Upload an image and click "Decompose" to see all output maps side by side.
 
 
 
 
 
78
 
79
  ### CLI Inference
80
 
 
20
 
21
  ## Examples
22
 
23
+ <div style="display: flex; flex-wrap: wrap; gap: 16px; justify-content: center;">
24
+ <img src="https://huggingface.co/singam96/ShadeNet/resolve/main/assets/input_result.png" alt="Sample 1" style="width: 100%; max-width: 800px;">
25
+ <img src="https://huggingface.co/singam96/ShadeNet/resolve/main/assets/152029243_b3582c36fa_result.png" alt="Sample 2" style="width: 100%; max-width: 800px;">
26
+ <img src="https://huggingface.co/singam96/ShadeNet/resolve/main/assets/160585932_fa6339f248_result.png" alt="Sample 3" style="width: 100%; max-width: 800px;">
27
  </div>
28
 
29
  *Each result shows: Input (blue) → Basecolor, Normal, Depth, Roughness, Metallic (green) → Recon RGB (orange)*
 
74
 
75
  ### Gradio Space
76
 
77
+ A **HuggingFace Space** hosts this model as an interactive web app — upload an image in your browser and see results instantly, no installation needed.
78
+
79
+ The `app.py` in this repo is the Space entrypoint. To create one:
80
+ 1. Go to [huggingface.co/new-space](https://huggingface.co/new-space)
81
+ 2. Select **Gradio SDK**, choose this repo as the source
82
+ 3. Space will auto-launch with the Gradio interface
83
 
84
  ### CLI Inference
85