Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Johnometalman
/
audio_to_text_transcriber
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Johnometalman
commited on
23 days ago
Commit
1c54612
·
verified
·
1 Parent(s):
bc7d74a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -12,4 +12,4 @@ gr.Interface(
12
fn=transcribe,
13
inputs=gr.Audio(type="filepath"),
14
outputs="text"
15
-
).launch(
share=True
)
12
fn=transcribe,
13
inputs=gr.Audio(type="filepath"),
14
outputs="text"
15
+
).launch()