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 20, 2023
Commit
f7c408c
•
1 Parent(s):
e6d65ed
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-4
app.py
CHANGED
Viewed
@@ -44,8 +44,4 @@ gr.Interface(
44
"state"
45
],
46
47
-
btn = gr.Button(value="Submit"),
48
-
#btn.click(combine, inputs=[txt, txt_2], outputs=[txt_3])
49
-
50
-
51
live=True).launch()
44
"state"
45
],
46
47
live=True).launch()