Pepguy commited on
Commit
09b4df3
·
verified ·
1 Parent(s): caed07e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  from fastapi import FastAPI
2
  from pydantic import BaseModel
3
  import subprocess, base64, os, uuid, shutil, whisper
4
-
5
  app = FastAPI()
6
  whisper_model = whisper.load_model("tiny")
7
 
 
1
  from fastapi import FastAPI
2
  from pydantic import BaseModel
3
  import subprocess, base64, os, uuid, shutil, whisper
4
+
5
  app = FastAPI()
6
  whisper_model = whisper.load_model("tiny")
7