Spaces:
Runtime error
Runtime error
Update main.py
Browse files
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(
|
| 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(...)):
|