Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: ✏️
|
|
4 |
colorFrom: gray
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
---
|
@@ -16,4 +16,4 @@ This repository contains the following relevant files:
|
|
16 |
- `constants.py` - default config values for the `app.py`
|
17 |
- `inversion_utils.py` - utilities for providing the DDPM Inversion
|
18 |
- `modified_pipeline_semantic_stable_diffusion.py` - modified pipeline of SEGA for the purposes of LEDITS
|
19 |
-
- `utils.py` - generic useful utils for the app
|
|
|
4 |
colorFrom: gray
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.38.1
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
---
|
|
|
16 |
- `constants.py` - default config values for the `app.py`
|
17 |
- `inversion_utils.py` - utilities for providing the DDPM Inversion
|
18 |
- `modified_pipeline_semantic_stable_diffusion.py` - modified pipeline of SEGA for the purposes of LEDITS
|
19 |
+
- `utils.py` - generic useful utils for the app
|