Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -214,4 +214,4 @@ if __name__ == "__main__":
|
|
214 |
pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8))) # Precargar rembg
|
215 |
except:
|
216 |
pass
|
217 |
-
demo.launch(show_error=True
|
|
|
214 |
pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8))) # Precargar rembg
|
215 |
except:
|
216 |
pass
|
217 |
+
demo.launch(show_error=True)
|