Spaces:
Running
on
Zero
Running
on
Zero
Update gradio_ui.py
Browse files- gradio_ui.py +2 -1
gradio_ui.py
CHANGED
|
@@ -354,7 +354,8 @@ def create_interface():
|
|
| 354 |
info="Available checkpoints from the repository. Caution! Checkpoint's 'N'step must match with inference steps"),
|
| 355 |
],
|
| 356 |
title="Text-Guided Image Colorization",
|
| 357 |
-
description="Upload an image and select a model to colorize it."
|
|
|
|
| 358 |
)
|
| 359 |
return interface
|
| 360 |
|
|
|
|
| 354 |
info="Available checkpoints from the repository. Caution! Checkpoint's 'N'step must match with inference steps"),
|
| 355 |
],
|
| 356 |
title="Text-Guided Image Colorization",
|
| 357 |
+
description="Upload an image and select a model to colorize it.",
|
| 358 |
+
cache_examples=False
|
| 359 |
)
|
| 360 |
return interface
|
| 361 |
|