Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -122,6 +122,6 @@ async def diarize(
|
|
| 122 |
if tmp_path and os.path.exists(tmp_path):
|
| 123 |
os.unlink(tmp_path)
|
| 124 |
|
| 125 |
-
#trigger rebuild
|
| 126 |
if __name__ == "__main__":
|
| 127 |
uvicorn.run(app, host="0.0.0.0", port=7860)
|
|
|
|
| 122 |
if tmp_path and os.path.exists(tmp_path):
|
| 123 |
os.unlink(tmp_path)
|
| 124 |
|
| 125 |
+
#trigger rebuild
|
| 126 |
if __name__ == "__main__":
|
| 127 |
uvicorn.run(app, host="0.0.0.0", port=7860)
|