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)