artintel235 commited on
Commit
4c8d63a
·
verified ·
1 Parent(s): 89dc556

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ interface = gr.Interface(
69
  label="Aspect Ratio",
70
  value="16:9" # Default value
71
  ),
72
- gr.Checkbox(label="Realism", value=True), # Checkbox for realism (True/False)
73
  ],
74
  outputs=gr.Image(type="pil"), # Output image
75
  title="Image Generator",
 
69
  label="Aspect Ratio",
70
  value="16:9" # Default value
71
  ),
72
+ gr.Checkbox(label="Realism", value=False), # Checkbox for realism (True/False)
73
  ],
74
  outputs=gr.Image(type="pil"), # Output image
75
  title="Image Generator",