dataautogpt3 multimodalart HF staff commited on
Commit
2894b31
1 Parent(s): e7d4e05

Change deafult CFG (#1)

Browse files

- Change deafult CFG (2e6977a6b790755bc10962e50635dbb2edd5b6c8)


Co-authored-by: Apolinário from multimodal AI art <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ with gr.Blocks(title="Mobius", css=css) as demo:
168
  minimum=0.1,
169
  maximum=20,
170
  step=0.1,
171
- value=7.0,
172
  )
173
 
174
  gr.Examples(
 
168
  minimum=0.1,
169
  maximum=20,
170
  step=0.1,
171
+ value=3.5,
172
  )
173
 
174
  gr.Examples(