Update app.py
Browse files
app.py
CHANGED
@@ -18,4 +18,4 @@ iface = gr.Interface(fn=transcribe,
|
|
18 |
|
19 |
# Launch Interface
|
20 |
iface.launch(share=True,
|
21 |
-
server_port=int(os.environ
|
|
|
18 |
|
19 |
# Launch Interface
|
20 |
iface.launch(share=True,
|
21 |
+
server_port=int(os.environ.get('PORT1', 7860)))
|