Spaces:
Sleeping
Sleeping
Commit
·
ac1627a
1
Parent(s):
3c885b7
fix config issues
Browse files- .gitignore +2 -1
- README.md +1 -0
.gitignore
CHANGED
|
@@ -12,4 +12,5 @@ __pycache__/
|
|
| 12 |
outputs/
|
| 13 |
|
| 14 |
# Incomplete files
|
| 15 |
-
src/audio_synthesizer.py
|
|
|
|
|
|
| 12 |
outputs/
|
| 13 |
|
| 14 |
# Incomplete files
|
| 15 |
+
src/audio_synthesizer.py
|
| 16 |
+
leetcode.py
|
README.md
CHANGED
|
@@ -9,6 +9,7 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
short_description: Generates an image and a caption for social media posts
|
|
|
|
| 12 |
```
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 14 |
|
|
|
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
short_description: Generates an image and a caption for social media posts
|
| 12 |
+
|
| 13 |
```
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 15 |
|