Boboiazumi commited on
Commit
8a5a5e9
1 Parent(s): 4f431d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -40,6 +40,7 @@ device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
40
 
41
  def fake_generate(*args,use_upscaler=False,**kwargs):
42
  print(args)
 
43
 
44
  return None, None
45
 
@@ -332,7 +333,8 @@ with gr.Blocks(css="style.css", theme="NoCrypt/miku@1.2.1") as demo:
332
  maximum=1,
333
  step=0.05,
334
  value=0.65,
335
- label="Strength"
 
336
  )
337
  with gr.Accordion(label="Quality Tags", open=True):
338
  add_quality_tags = gr.Checkbox(
 
40
 
41
  def fake_generate(*args,use_upscaler=False,**kwargs):
42
  print(args)
43
+ print(type(args))
44
 
45
  return None, None
46
 
 
333
  maximum=1,
334
  step=0.05,
335
  value=0.65,
336
+ label="Strength",
337
+ visible=False
338
  )
339
  with gr.Accordion(label="Quality Tags", open=True):
340
  add_quality_tags = gr.Checkbox(