Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,6 @@ from nemo.collections.asr.models import ASRModel
|
|
| 10 |
from nemo.utils import logging
|
| 11 |
|
| 12 |
from align import main, AlignmentConfig, ASSFileConfig
|
| 13 |
-
import os
|
| 14 |
|
| 15 |
os.environ["no_proxy"] = "localhost,127.0.0.1,::1"
|
| 16 |
|
|
@@ -328,4 +327,4 @@ with gr.Blocks(title="NeMo Forced Aligner", theme="huggingface") as demo:
|
|
| 328 |
)
|
| 329 |
|
| 330 |
demo.queue()
|
| 331 |
-
demo.launch(
|
|
|
|
| 10 |
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 |
|
|
|
|
| 327 |
)
|
| 328 |
|
| 329 |
demo.queue()
|
| 330 |
+
demo.launch(share=True)
|