Spaces:
Runtime error
Runtime error
Update speech.py
Browse files
speech.py
CHANGED
@@ -49,7 +49,7 @@ with demo:
|
|
49 |
"Transcribe Audio File"],
|
50 |
)
|
51 |
|
52 |
-
demo.launch(server_port=int(os.environ
|
53 |
|
54 |
|
55 |
'''
|
|
|
49 |
"Transcribe Audio File"],
|
50 |
)
|
51 |
|
52 |
+
demo.launch(server_port=int(os.environ('PORT1')))
|
53 |
|
54 |
|
55 |
'''
|