multimodalart HF staff commited on
Commit
621bbdc
β€’
1 Parent(s): eef1c0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -57,8 +57,8 @@ with gr.Blocks(css=css) as demo:
57
 
58
  with gr.Column(elem_id="col-container"):
59
  gr.Markdown(f"""
60
- # AuraFlow demo
61
- Open source 5.6B parameters MMDiT model
62
  """)
63
 
64
  with gr.Row():
@@ -126,7 +126,7 @@ with gr.Blocks(css=css) as demo:
126
  minimum=1,
127
  maximum=50,
128
  step=1,
129
- value=50,
130
  )
131
 
132
  gr.Examples(
 
57
 
58
  with gr.Column(elem_id="col-container"):
59
  gr.Markdown(f"""
60
+ # AuraFlow 0.1
61
+ Demo of the [AuraFlow](https://huggingface.co/fal/AuraFlow) model, fully open sourced 5.6B parameters MMDiT model
62
  """)
63
 
64
  with gr.Row():
 
126
  minimum=1,
127
  maximum=50,
128
  step=1,
129
+ value=28,
130
  )
131
 
132
  gr.Examples(