Spaces:
Sleeping
Sleeping
Install the deps before launching the app
Browse files
README.md
CHANGED
|
@@ -7,6 +7,7 @@ colorTo: 'blue'
|
|
| 7 |
sdk: 'gradio'
|
| 8 |
sdk_version: '5.47.2'
|
| 9 |
app_file: 'app.py'
|
|
|
|
| 10 |
license: 'agpl-3.0'
|
| 11 |
short_description: 'Stateless password manager, powered by ML neural networks.'
|
| 12 |
---
|
|
|
|
| 7 |
sdk: 'gradio'
|
| 8 |
sdk_version: '5.47.2'
|
| 9 |
app_file: 'app.py'
|
| 10 |
+
app_build_command: 'pip install -r requirements.txt'
|
| 11 |
license: 'agpl-3.0'
|
| 12 |
short_description: 'Stateless password manager, powered by ML neural networks.'
|
| 13 |
---
|