Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hugomartinezg
/
Transcripcion_Audio_texto
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Hugomartinezg
commited on
Dec 7, 2023
Commit
3fc00f2
·
1 Parent(s):
fbcc68e
archivo base de transcripcion
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
gr.Interface(
2
+
fn=transcribe,
3
+
inputs=gr.Audio(type="filepath"),
4
+
outputs=["textbox"]
5
+
).launch()