Spaces:
Runtime error
Runtime error
Update run.py
Browse files
run.py
CHANGED
@@ -32,11 +32,12 @@ def downloader(video_url, audio_format, audio_name):
|
|
32 |
|
33 |
|
34 |
logschart = """
|
35 |
-
### Changelog
|
36 |
|
37 |
-
####
|
38 |
|
39 |
##### Added
|
|
|
40 |
- **Directory Check**: Added a check to ensure the `audios` directory exists before attempting to save files to it.
|
41 |
- `os.makedirs('audios', exist_ok=True)`
|
42 |
|
|
|
32 |
|
33 |
|
34 |
logschart = """
|
35 |
+
### Changelog:
|
36 |
|
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 |
|