r3gm commited on
Commit
1fa7834
1 Parent(s): a76233e

Update scripts/main.py

Browse files
Files changed (1) hide show
  1. scripts/main.py +2 -1
scripts/main.py CHANGED
@@ -348,7 +348,8 @@ examples = [
348
 
349
  with gr.Blocks() as lcm:
350
  with gr.Tab("LCM txt2img"):
351
- #gr.Markdown(DESCRIPTION)
 
352
  with gr.Row():
353
  prompt = gr.Textbox(label="Prompt",
354
  show_label=False,
 
348
 
349
  with gr.Blocks() as lcm:
350
  with gr.Tab("LCM txt2img"):
351
+ gr.Markdown("Latent Consistency Models: Synthesizing High-Resolution Images with Few-step Inference")
352
+ gr.Markdown("Try the guide on Colab's free tier [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/R3gm/InsightSolver-Colab/blob/main/Latent_Consistency_Models.ipynb)")
353
  with gr.Row():
354
  prompt = gr.Textbox(label="Prompt",
355
  show_label=False,