Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Reihaneh
/
FrisianASR
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Reihaneh
commited on
Dec 22, 2023
Commit
15cb4d2
·
1 Parent(s):
8d13e33
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -15,6 +15,7 @@ def transcribe(audio):
15
16
17
demo = gr.Interface(
18
transcribe,
19
gr.Audio(sources=["upload"]),
20
"text",
15
16
17
demo = gr.Interface(
18
+
title = title,
19
transcribe,
20
gr.Audio(sources=["upload"]),
21
"text",