Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lyimo
/
asrv2
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lyimo
commited on
May 29, 2023
Commit
155dc59
·
1 Parent(s):
95e9445
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -16,4 +16,4 @@ iface = gr.Interface(fn=transcribe_audio,
16
outputs="text")
17
18
# Launch the interface
19
-
iface.launch(
share=True
)
16
outputs="text")
17
18
# Launch the interface
19
+
iface.launch()