Spaces:
Runtime error
Runtime error
demo.launch(show_api=False, pwa=True)
Browse files
app.py
CHANGED
|
@@ -328,4 +328,4 @@ if __name__ == "__main__":
|
|
| 328 |
pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8))) # Preload rembg
|
| 329 |
except:
|
| 330 |
pass
|
| 331 |
-
demo.launch(show_api=False,
|
|
|
|
| 328 |
pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8))) # Preload rembg
|
| 329 |
except:
|
| 330 |
pass
|
| 331 |
+
demo.launch(show_api=False, pwa=True)
|