Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mohssinibra
/
STTDARIJAAPI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Mohssinibra
commited on
Jan 22
Commit
226a5fe
·
verified
·
1 Parent(s):
a53b1db
api
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -31,3 +31,4 @@ demo = gr.Interface(fn=transcribe_audio,
31
outputs="text")
32
33
demo.launch()
31
outputs="text")
32
33
demo.launch()
34
+
demo.launch(api=True)