Update app.py
Browse files
app.py
CHANGED
@@ -411,4 +411,4 @@ if __name__ == "__main__":
|
|
411 |
pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8))) # Preload rembg
|
412 |
except:
|
413 |
pass
|
414 |
-
demo.launch()
|
|
|
411 |
pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8))) # Preload rembg
|
412 |
except:
|
413 |
pass
|
414 |
+
demo.launch(show_api=False)
|