Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
#1
by
SlouchyBuffalo
- opened
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)
|