Update README.md
Browse files
README.md
CHANGED
|
@@ -126,8 +126,6 @@ from diffusers import FluxKontextPipeline
|
|
| 126 |
from diffusers.utils import load_image
|
| 127 |
from huggingface_hub import hf_hub_download
|
| 128 |
from gradio_imageslider import ImageSlider
|
| 129 |
-
from gradio.themes import Soft
|
| 130 |
-
from gradio.themes.utils import colors, fonts, sizes
|
| 131 |
|
| 132 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
| 133 |
|
|
|
|
| 126 |
from diffusers.utils import load_image
|
| 127 |
from huggingface_hub import hf_hub_download
|
| 128 |
from gradio_imageslider import ImageSlider
|
|
|
|
|
|
|
| 129 |
|
| 130 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
| 131 |
|