fffiloni commited on
Commit
ddc05ce
·
verified ·
1 Parent(s): aff43ed

Update injection_main_HF.py

Browse files
Files changed (1) hide show
  1. injection_main_HF.py +2 -2
injection_main_HF.py CHANGED
@@ -673,8 +673,8 @@ if __name__ == "__main__":
673
  seed_slider,
674
  ],
675
  outputs=[image_output],
676
- show_api=False
677
  )
678
 
679
 
680
- app.launch(show_api=False, show_error=True)
 
673
  seed_slider,
674
  ],
675
  outputs=[image_output],
676
+ api_visibility="private"
677
  )
678
 
679
 
680
+ app.launch(show_error=True)