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