AtomCosmic commited on
Commit
653802e
·
verified ·
1 Parent(s): cf130b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 now
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)