flozi00 commited on
Commit
5ec0141
·
1 Parent(s): 191d30d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -10,6 +10,4 @@ gr.Interface(
10
  transcribe,
11
  [gr.Audio(source="microphone", type="filepath")],
12
 
13
- [gr.Textbox()],
14
- live=True
15
- ).launch(server_name = "0.0.0.0")
 
10
  transcribe,
11
  [gr.Audio(source="microphone", type="filepath")],
12
 
13
+ [gr.Textbox()]).launch(server_name = "0.0.0.0")