Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Tonic
/
WhisperFusionTest
like
1
Build error
App
Files
Files
Community
31a7207
WhisperFusionTest
/
run_trt_server.py
Tonic
testing 123
31a7207
9 months ago
raw
Copy download link
history
blame
Safe
150 Bytes
from
whisper_live.trt_server
import
TranscriptionServer
if
__name__ ==
"__main__"
:
server = TranscriptionServer()
server.run(
"0.0.0.0"
,
6006
)