Spaces:
Running
Running
Update app.py
Browse files
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 |
-
)
|
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 |
|