Update app.py
Browse files
app.py
CHANGED
@@ -1009,7 +1009,7 @@ with gr.Blocks(
|
|
1009 |
font=["system-ui", "sans-serif"]
|
1010 |
),
|
1011 |
css=enhanced_css,
|
1012 |
-
title="ποΈ Azure
|
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
|
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
|
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
|
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,
|