Confused screaming
Browse filesAttempting to fix the erroneous "correction" of 3.10 -> 3.1 by appending patch version number to python requirement
README.md
CHANGED
@@ -5,10 +5,11 @@ colorFrom: yellow
|
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.0.2
|
8 |
-
python_version: 3.10
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
license: apache-2.0
|
|
|
12 |
---
|
13 |
|
14 |
# BrushNet
|
|
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.0.2
|
8 |
+
python_version: 3.10.2
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
license: apache-2.0
|
12 |
+
short_description: Image Inpainting Model with Decomposed Dual-Branch Diffusion
|
13 |
---
|
14 |
|
15 |
# BrushNet
|