EnigmaOfTheWorld commited on
Commit
c46b39f
1 Parent(s): 15e859b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -484,7 +484,7 @@ with gr.Blocks(theme="Ajaxon6255/Emerald_Isle") as demo:
484
  with gr.Column():
485
  inpainting_mask = gr.Image()
486
  inpainting_op = gr.Image()
487
- inpainting_cfg = gr.Slider(label="CFG Scale",mimimum=0,maximum=8,value=7.0,step=1,,info="This dictates how closely the engine attempts to match a generation to the provided prompt.")
488
  gr.HTML(value="<img id='inpainting' src='https://i.ibb.co/tMPPVTL/inpainting.png' alt='Generate knowlwdge graph' width='1200' height='300' style='border: 2px solid #fff;'/>")
489
  gr.HTML(value="<style>#inpainting:hover{box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);}</style>")
490
  with gr.Row():
 
484
  with gr.Column():
485
  inpainting_mask = gr.Image()
486
  inpainting_op = gr.Image()
487
+ inpainting_cfg = gr.Slider(label="CFG Scale",mimimum=0,maximum=8,value=7.0,step=1,info="This dictates how closely the engine attempts to match a generation to the provided prompt.")
488
  gr.HTML(value="<img id='inpainting' src='https://i.ibb.co/tMPPVTL/inpainting.png' alt='Generate knowlwdge graph' width='1200' height='300' style='border: 2px solid #fff;'/>")
489
  gr.HTML(value="<style>#inpainting:hover{box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);}</style>")
490
  with gr.Row():