Julienxu commited on
Commit
ae21009
1 Parent(s): 726e60f

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
  '''