Spaces:
Runtime error
Runtime error
Update run.py
Browse files
run.py
CHANGED
@@ -37,7 +37,7 @@ logschart = """
|
|
37 |
#### 2.0 - 2024-05-16
|
38 |
|
39 |
##### Added
|
40 |
-
|
41 |
- **Directory Check**: Added a check to ensure the `audios` directory exists before attempting to save files to it.
|
42 |
- `os.makedirs('audios', exist_ok=True)`
|
43 |
|
|
|
37 |
#### 2.0 - 2024-05-16
|
38 |
|
39 |
##### Added
|
40 |
+
- **change webui**: change the old webui to new version!
|
41 |
- **Directory Check**: Added a check to ensure the `audios` directory exists before attempting to save files to it.
|
42 |
- `os.makedirs('audios', exist_ok=True)`
|
43 |
|