ayymen commited on
Commit
3626820
·
verified ·
1 Parent(s): 9965bfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -11,7 +11,6 @@ from nemo.utils import logging
11
 
12
  from align import main, AlignmentConfig, ASSFileConfig
13
 
14
- os.environ["no_proxy"] = "localhost,127.0.0.1,::1"
15
 
16
  SAMPLE_RATE = 16000
17
 
@@ -327,4 +326,4 @@ with gr.Blocks(title="NeMo Forced Aligner", theme="huggingface") as demo:
327
  )
328
 
329
  demo.queue()
330
- demo.launch(share=True)
 
11
 
12
  from align import main, AlignmentConfig, ASSFileConfig
13
 
 
14
 
15
  SAMPLE_RATE = 16000
16
 
 
326
  )
327
 
328
  demo.queue()
329
+ demo.launch()