mindspark121 commited on
Commit
e2fd9c8
·
verified ·
1 Parent(s): 7d99d92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ gr.Interface(
22
  title="Whisper Speech-to-Text",
23
  description="Click 'Record', speak into the microphone, then stop recording to get text output.",
24
  allow_flagging="never"
25
- ).launch()
26
 
27
  app.launch(server_name="0.0.0.0", server_port=7860, share=True)
28
 
 
22
  title="Whisper Speech-to-Text",
23
  description="Click 'Record', speak into the microphone, then stop recording to get text output.",
24
  allow_flagging="never"
25
+ )
26
 
27
  app.launch(server_name="0.0.0.0", server_port=7860, share=True)
28