Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Teapack1
/
Assistant-Audio-Intent-Classification
like
1
Sleeping
App
Files
Files
Community
2
Teapack1
commited on
Nov 24, 2023
Commit
51a2f53
•
1 Parent(s):
2edd588
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -30,5 +30,6 @@ with demo:
30
gr.TabbedInterface(
31
[mic_transcribe],
32
["Transcribe Microphone"],
33
34
demo.launch(debug=True)
30
gr.TabbedInterface(
31
[mic_transcribe],
32
["Transcribe Microphone"],
33
+
)
34
35
demo.launch(debug=True)