Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
barbaroo
/
ASR_Faroese
like
2
Running
App
Files
Files
Community
1
barbaroo
commited on
Aug 22, 2023
Commit
e2356e8
•
1 Parent(s):
a4f93b2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -42,6 +42,7 @@ demo = gr.Interface(
42
outputs=[
43
"textbox",
44
"state"
45
],
46
47
live=True)
42
outputs=[
43
"textbox",
44
"state"
45
+
gr.Button('New')
46
],
47
48
live=True)