Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -334,4 +334,4 @@ if __name__ == "__main__":
|
|
| 334 |
pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8)))
|
| 335 |
except:
|
| 336 |
pass
|
| 337 |
-
demo.launch()
|
|
|
|
| 334 |
pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8)))
|
| 335 |
except:
|
| 336 |
pass
|
| 337 |
+
demo.launch(show_error=True)
|