Tamerstito commited on
Commit
fd6a2ab
·
verified ·
1 Parent(s): 9b75758

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,6 +35,6 @@ with demo:
35
  ["Transcribe Microphone",
36
  "Transcribe Audio File"],
37
  )
38
- server_port = int(os.environment.get("PORT", 7860))
39
  demo.launch(share=True,
40
  server_port=server_port)
 
35
  ["Transcribe Microphone",
36
  "Transcribe Audio File"],
37
  )
38
+ server_port = int(os.environ.get("PORT", 7860))
39
  demo.launch(share=True,
40
  server_port=server_port)