m4k1-dev commited on
Commit ·
0936425
1
Parent(s): 51cb542
update docstring
Browse files- app/app.py +1 -0
app/app.py
CHANGED
|
@@ -72,6 +72,7 @@ class ModelAPI:
|
|
| 72 |
/upload-audio/ : Upload audio files, save to noisy audio directory
|
| 73 |
/enhance/ : Enhance audio files, save to enhanced audio directory
|
| 74 |
/download-enhanced/ : Download enhanced audio files
|
|
|
|
| 75 |
"""
|
| 76 |
self.app.get("/status/")(self.get_status)
|
| 77 |
self.app.post("/prepare/")(self.prepare)
|
|
|
|
| 72 |
/upload-audio/ : Upload audio files, save to noisy audio directory
|
| 73 |
/enhance/ : Enhance audio files, save to enhanced audio directory
|
| 74 |
/download-enhanced/ : Download enhanced audio files
|
| 75 |
+
/reset/ : Reset noisy and enhanced file cache
|
| 76 |
"""
|
| 77 |
self.app.get("/status/")(self.get_status)
|
| 78 |
self.app.post("/prepare/")(self.prepare)
|