This website requires JavaScript.
Explore
Help
Register
Sign In
tomatocream
/
cohere-transcribe
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c055a8ffb98e482e91878aee3254a46917482674
cohere-transcribe
/
main.py
T
7 lines
84 B
Python
Raw
Normal View
History
Unescape
Escape
Add Cohere Transcribe demo with uv + Python 3.14
2026-05-26 01:35:10 +08:00
def
main
():
print
(
"Hello from cohere!"
)
if
__name__
==
"__main__"
:
main
()
Reference in New Issue
Copy Permalink