dtkne commited on
Commit
d4d41ef
·
verified ·
1 Parent(s): 5d6bc67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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['PORT1']))
 
18
 
19
  # Launch Interface
20
  iface.launch(share=True,
21
+ server_port=int(os.environ.get('PORT1', 7860)))