Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RidhamChitre
/
voice-assistant
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
RidhamChitre
commited on
Feb 16, 2024
Commit
204cf04
·
verified
·
1 Parent(s):
18e39ec
Upload folder using huggingface_hub
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -69,4 +69,4 @@ demo=gr.TabbedInterface(
69
["Transcribe Microphone", "Transcribe Audio File"],
70
)
71
72
-
demo.launch(debug=True)
69
["Transcribe Microphone", "Transcribe Audio File"],
70
)
71
72
+
demo.launch(debug=True
,share=True
)