cavargas10 commited on
Commit
9462359
Β·
verified Β·
1 Parent(s): c0bc792

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)