Spaces:
Sleeping
Sleeping
Commit
·
7084ff7
1
Parent(s):
3c4d12c
model changes
Browse files- App/app.py +0 -1
App/app.py
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
from fastapi import FastAPI, UploadFile
|
| 2 |
from fastapi.responses import StreamingResponse
|
| 3 |
-
from faster_whisper import WhisperModel
|
| 4 |
import torch
|
| 5 |
from transformers import pipeline
|
| 6 |
import tempfile
|
|
|
|
| 1 |
from fastapi import FastAPI, UploadFile
|
| 2 |
from fastapi.responses import StreamingResponse
|
|
|
|
| 3 |
import torch
|
| 4 |
from transformers import pipeline
|
| 5 |
import tempfile
|