whisper webui notebook
This commit is contained in:
24
Interviews_Transcription.py
Normal file
24
Interviews_Transcription.py
Normal file
@@ -0,0 +1,24 @@
|
||||
import marimo
|
||||
|
||||
__generated_with = "0.18.0"
|
||||
app = marimo.App(width="medium")
|
||||
|
||||
|
||||
@app.cell
|
||||
def _():
|
||||
import marimo as mo
|
||||
return (mo,)
|
||||
|
||||
|
||||
@app.cell(hide_code=True)
|
||||
def _(mo):
|
||||
mo.md(r"""
|
||||
# Interview Audio Transcription
|
||||
|
||||
Use Whisper-Webui: http://whisper-webui.tail44fa00.ts.net:7860
|
||||
""")
|
||||
return
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run()
|
||||
Reference in New Issue
Block a user