Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Reihaneh
/
FrisianASR
like
0
Runtime error
App
Files
Files
Community
Reihaneh
commited on
Dec 22, 2023
Commit
dc56755
·
1 Parent(s):
910abef
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,4 @@ demo = gr.Interface(
25
title=title,
26
)
27
28
-
demo.launch()
25
title=title,
26
)
27
28
+
demo.launch(
debug=True
)