ZennyKenny commited on
Commit
4f5e819
·
verified ·
1 Parent(s): d88ec40

remove ssr

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,5 +40,5 @@ with gr.Blocks() as interface:
40
  outputs=[transcription_output, summary_output]
41
  )
42
 
43
- # Launch the interface with public sharing and SSR disabled
44
- interface.launch(share=True, ssr=False)
 
40
  outputs=[transcription_output, summary_output]
41
  )
42
 
43
+ # Launch the interface with optional public sharing
44
+ interface.launch(share=True)