Julienxu commited on
Commit
2ba9330
1 Parent(s): ae65b48

Update speech.py

Browse files
Files changed (1) hide show
  1. speech.py +1 -2
speech.py CHANGED
@@ -42,8 +42,7 @@ with demo:
42
  "Transcribe Audio File"],
43
  )
44
 
45
- demo.launch(share=True,
46
- server_port=int(os.environ.get('PORT1',8080)))
47
 
48
 
49
  '''
 
42
  "Transcribe Audio File"],
43
  )
44
 
45
+ demo.launch(server_port=int(os.environ('PORT1'))
 
46
 
47
 
48
  '''