jmisak commited on
Commit
0a4b303
·
verified ·
1 Parent(s): db50bff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -694,13 +694,13 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
694
  **TranscriptorAI** | Enterprise-grade transcript analysis with narrative reporting
695
  """)
696
 
697
- if __name__ == "__main__":
698
- demo.queue(
699
- concurrency_count=1,
700
- max_size=10,
701
- api_open=False
702
- ).launch(
703
- server_name="0.0.0.0",
704
- server_port=7860,
705
- show_error=True
706
- )
 
694
  **TranscriptorAI** | Enterprise-grade transcript analysis with narrative reporting
695
  """)
696
 
697
+ if __name__ == "__main__":
698
+ demo.queue(
699
+ concurrency_count=1,
700
+ max_size=10,
701
+ api_open=False
702
+ ).launch(
703
+ server_name="0.0.0.0",
704
+ server_port=7860,
705
+ show_error=True
706
+ )