Spaces:
Running
Running
ai: Enable progressive web app.
Browse files
app.py
CHANGED
@@ -16,4 +16,4 @@ if __name__ == "__main__":
|
|
16 |
|
17 |
# Call the 'launch' method on the 'app' object to start the user interface.
|
18 |
# This typically opens the UI window or begins the event loop, making the application interactive.
|
19 |
-
app.queue(default_concurrency_limit=2).launch(show_api=False, quiet=True)
|
|
|
16 |
|
17 |
# Call the 'launch' method on the 'app' object to start the user interface.
|
18 |
# This typically opens the UI window or begins the event loop, making the application interactive.
|
19 |
+
app.queue(default_concurrency_limit=2).launch(show_api=False, quiet=True, pwa=True)
|