zhangyang-0123 commited on
Commit
b5d1ac9
·
verified ·
1 Parent(s): 88fa946

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -127,7 +127,8 @@ def create_demo():
127
  gr.Markdown(
128
  """
129
  **Generate images with the original model and the pruned model. May take up to 1 minute due to dynamic allocation of GPU.**
130
- **Note: we prune on step-distilled FLUX, you should use step 5 (instead of 50) for FLUX generation. **
 
131
  """
132
  )
133
  with gr.Row():
 
127
  gr.Markdown(
128
  """
129
  **Generate images with the original model and the pruned model. May take up to 1 minute due to dynamic allocation of GPU.**
130
+
131
+ **Note: we prune on step-distilled FLUX, you should use step 5 (instead of 50) for FLUX generation.**
132
  """
133
  )
134
  with gr.Row():