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