akrao9 commited on
Commit
dce96c6
·
verified ·
1 Parent(s): 5bfb678

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -166,9 +166,8 @@ def build_ui() -> gr.Blocks:
166
  """
167
  # Boomer FLA — Text to Image
168
  Generate **1024×1024** images from text. **Best for landscapes and scenic
169
- environments**not reliable for humans or portraits (JourneyDB + FineT2I training).
170
- Runs on **ZeroGPU** (NVIDIA RTX Pro 6000 Blackwell, 48 GB). First run may
171
- take a minute while a GPU is allocated.
172
  """
173
  )
174
 
 
166
  """
167
  # Boomer FLA — Text to Image
168
  Generate **1024×1024** images from text. **Best for landscapes and scenic
169
+ environments** not reliable for humans or portraits (JourneyDB + FineT2I training) not trained on Object Datasets.
170
+ First run may take a minute while a GPU is allocated.
 
171
  """
172
  )
173