Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
barbaroo
/
ASR_Faroese
like
2
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
barbaroo
commited on
Aug 20, 2023
Commit
ad0f8bc
·
1 Parent(s):
92d60f9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -46,4 +46,8 @@ demo = gr.Interface(
46
47
live=True)
48
49
demo.launch()
46
47
live=True)
48
49
+
with gr.Blocks() as demo:
50
+
greet_btn = gr.Button("Greet")
51
+
52
+
53
demo.launch()