Hugging Face
Models
Datasets
Spaces
Posts
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
6f5a01e
·
1 Parent(s):
15cb4d2
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
title = title,
19
transcribe,
20
gr.Audio(sources=["upload"]),
15
16
17
demo = gr.Interface(
18
+
19
title = title,
20
transcribe,
21
gr.Audio(sources=["upload"]),