Chirapath commited on
Commit
cbd0216
Β·
verified Β·
1 Parent(s): 23f8dc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1009,7 +1009,7 @@ with gr.Blocks(
1009
  font=["system-ui", "sans-serif"]
1010
  ),
1011
  css=enhanced_css,
1012
- title="πŸŽ™οΈ Azure Speech Transcription - Secure & PDPA Compliant"
1013
  ) as demo:
1014
 
1015
  # Global state
@@ -1020,7 +1020,7 @@ with gr.Blocks(
1020
  with gr.Row():
1021
  gr.HTML("""
1022
  <div class="main-header">
1023
- <h1>πŸŽ™οΈ Azure Speech Transcription</h1>
1024
  <p>Secure, PDPA-compliant transcription service with user authentication and privacy protection</p>
1025
  </div>
1026
  """)
@@ -1497,7 +1497,7 @@ with gr.Blocks(
1497
  # Load user stats on app start and verify system is ready
1498
  demo.load(
1499
  lambda: (
1500
- print("πŸš€ PDPA-Compliant Azure Speech Transcription Service Started..."),
1501
  check_system_status()
1502
  )[1],
1503
  outputs=[user_stats_display]
@@ -1559,7 +1559,7 @@ with demo:
1559
  """)
1560
 
1561
  if __name__ == "__main__":
1562
- print("πŸš€ Starting Secure PDPA-Compliant Azure Speech Transcription Service...")
1563
  demo.launch(
1564
  server_name="0.0.0.0",
1565
  server_port=7860,
 
1009
  font=["system-ui", "sans-serif"]
1010
  ),
1011
  css=enhanced_css,
1012
+ title="πŸŽ™οΈ Azure Transcipt Service - Secure & PDPA Compliant"
1013
  ) as demo:
1014
 
1015
  # Global state
 
1020
  with gr.Row():
1021
  gr.HTML("""
1022
  <div class="main-header">
1023
+ <h1>πŸŽ™οΈ Azure Transcipt Service</h1>
1024
  <p>Secure, PDPA-compliant transcription service with user authentication and privacy protection</p>
1025
  </div>
1026
  """)
 
1497
  # Load user stats on app start and verify system is ready
1498
  demo.load(
1499
  lambda: (
1500
+ print("πŸš€ PDPA-Compliant Azure Transcipt Service Service Started..."),
1501
  check_system_status()
1502
  )[1],
1503
  outputs=[user_stats_display]
 
1559
  """)
1560
 
1561
  if __name__ == "__main__":
1562
+ print("πŸš€ Starting Secure PDPA-Compliant Azure Transcipt Service Service...")
1563
  demo.launch(
1564
  server_name="0.0.0.0",
1565
  server_port=7860,