m4k1-dev commited on
Commit ·
2bb9229
1
Parent(s): 2cf22f3
fix
Browse files- app/app.py +1 -1
app/app.py
CHANGED
|
@@ -78,7 +78,7 @@ class ModelAPI:
|
|
| 78 |
self.app.post("/upload-audio/")(self.upload_audio)
|
| 79 |
self.app.post("/enhance/")(self.enhance_audio)
|
| 80 |
self.app.get("/download-enhanced/")(self.download_enhanced)
|
| 81 |
-
self.app.
|
| 82 |
|
| 83 |
def get_status(self):
|
| 84 |
try:
|
|
|
|
| 78 |
self.app.post("/upload-audio/")(self.upload_audio)
|
| 79 |
self.app.post("/enhance/")(self.enhance_audio)
|
| 80 |
self.app.get("/download-enhanced/")(self.download_enhanced)
|
| 81 |
+
self.app.post("/reset/")(self.reset)
|
| 82 |
|
| 83 |
def get_status(self):
|
| 84 |
try:
|