DJStomp commited on
Commit
a8df89e
·
verified ·
1 Parent(s): 9b3f49f

Confused screaming

Browse files

Attempting to fix the erroneous "correction" of 3.10 -> 3.1 by appending patch version number to python requirement

Files changed (1) hide show
  1. README.md +2 -1
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