Spaces:
Running
on
Zero
Running
on
Zero
Update gradio_ui.py
Browse files- gradio_ui.py +2 -2
gradio_ui.py
CHANGED
@@ -362,8 +362,8 @@ def create_interface():
|
|
362 |
label="Checkpoint",
|
363 |
info="Available checkpoints from the repository. Caution! Checkpoint's 'N'step must match with inference steps"),
|
364 |
],
|
365 |
-
title="
|
366 |
-
description="
|
367 |
cache_examples=False
|
368 |
)
|
369 |
return interface
|
|
|
362 |
label="Checkpoint",
|
363 |
info="Available checkpoints from the repository. Caution! Checkpoint's 'N'step must match with inference steps"),
|
364 |
],
|
365 |
+
title="ColorRevive",
|
366 |
+
description="Restore a black-and-white photo to color",
|
367 |
cache_examples=False
|
368 |
)
|
369 |
return interface
|