SlouchyBuffalo commited on
Commit
7e8c31f
·
verified ·
1 Parent(s): f20facc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -507,4 +507,4 @@ with gr.Blocks(css=css, title="Pages Converter Pro - ZeroGPU", theme=gr.themes.S
507
 
508
  # Launch with PWA enabled (automatic on Spaces)
509
  if __name__ == "__main__":
510
- app.launch()
 
507
 
508
  # Launch with PWA enabled (automatic on Spaces)
509
  if __name__ == "__main__":
510
+ app.launch(pwa=True)