openfree commited on
Commit
c9c521c
·
verified ·
1 Parent(s): 4088603

Update gradio_ui.py

Browse files
Files changed (1) hide show
  1. 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="Text-Guided Image Colorization",
366
- description="Upload an image and select a model to colorize it.",
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