Julienxu commited on
Commit
caa0456
1 Parent(s): 7e27335

Update speech.py

Browse files
Files changed (1) hide show
  1. speech.py +2 -2
speech.py CHANGED
@@ -49,8 +49,8 @@ with demo:
49
  "Transcribe Audio File"],
50
  )
51
 
52
- demo.launch(server_port=int(os.environ['PORT1']))
53
-
54
 
55
  '''
56
 
 
49
  "Transcribe Audio File"],
50
  )
51
 
52
+ #demo.launch(server_port=int(os.environ['PORT1']))
53
+ demo.launch(server_port=int(os.environ.get('PORT1',8080)))
54
 
55
  '''
56