Hide broken image crop tool for now

This commit is contained in:
catboxanon 2023-08-26 07:00:09 -04:00
parent 72ee347eab
commit ec54257cb2
1 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,14 @@
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');
/* temporary fix to hide gradio crop tool until it's fixed https://github.com/gradio-app/gradio/issues/3810 */
div.gradio-image button[aria-label="Edit"] {
display: none;
}
/* general gradio fixes */
:root, .dark{