aka7774 commited on
Commit
8cefb2e
·
verified ·
1 Parent(s): 5046ab9

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -27,7 +27,7 @@ app.add_middleware(
27
 
28
  gr.mount_gradio_app(app, demo, path="/gradio")
29
 
30
- fn.load_model('large-v3')
31
 
32
  @app.post("/transcribe")
33
  async def transcribe_audio(file: UploadFile = Form(...)):
 
27
 
28
  gr.mount_gradio_app(app, demo, path="/gradio")
29
 
30
+ fn.load_model()
31
 
32
  @app.post("/transcribe")
33
  async def transcribe_audio(file: UploadFile = Form(...)):