Kabatubare commited on
Commit
3588c73
·
verified ·
1 Parent(s): 8b6d2e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -73,7 +73,8 @@ def generate_image(prompt, ckpt):
73
 
74
  # Gradio Interface
75
  description = """
76
- 🌌 Engage in the exploration of galaxies with the advanced SDXL-Lightning model, a creation of ByteDance capable of transforming your textual descriptions into vivid images at warp speed. This is a joint venture initiated by Starfleet, enabling creative minds to visualize the uncharted territories of space. 🚀 Link to model: [ByteDance/SDXL-Lightning](https://huggingface.co/ByteDance/SDXL-Lightning)
 
77
  """
78
 
79
  with gr.Blocks(css="style.css") as demo:
 
73
 
74
  # Gradio Interface
75
  description = """
76
+ 🌌 Welcome to the Starfleet Command's Advanced Image Generation Console. Utilizing the cutting-edge SDXL-Lightning model, this terminal allows Starfleet officers and Federation citizens alike to materialize visual representations from textual descriptions at various warp speeds.
77
+ 🖖 Boldly go where no one has gone before - create images as vast as the universe with your imagination.
78
  """
79
 
80
  with gr.Blocks(css="style.css") as demo: