sudoping01 commited on
Commit
c41db98
·
verified ·
1 Parent(s): dd040d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -72,4 +72,7 @@ demo = gr.Interface(
72
  title="Multilingual Speech Recognition: Wolof, French, English, .. or Mix",
73
  description="Upload an audio file or record audio to transcribe Wolof, French, or English speech...",
74
  theme="default"
75
- )
 
 
 
 
72
  title="Multilingual Speech Recognition: Wolof, French, English, .. or Mix",
73
  description="Upload an audio file or record audio to transcribe Wolof, French, or English speech...",
74
  theme="default"
75
+ )
76
+
77
+ if __name__ == "__main__":
78
+ demo.launch()