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

Update speech.py

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