Nifemi Alpine Durin commited on
Commit
8ee7e50
·
1 Parent(s): 27a4093
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ iface = gr.Interface(
56
  choices=[
57
  ("Mobile Portrait (750x1334)", "750x1334")
58
  ],
59
- default="750x1334",
60
  label="Image Dimension"
61
  ),
62
  gr.components.Textbox(lines=4, placeholder="Enter your custom dall-e 2 image prompt here (not required)", value="", label="Custom Graphic Prompt")
 
56
  choices=[
57
  ("Mobile Portrait (750x1334)", "750x1334")
58
  ],
59
+ value="750x1334",
60
  label="Image Dimension"
61
  ),
62
  gr.components.Textbox(lines=4, placeholder="Enter your custom dall-e 2 image prompt here (not required)", value="", label="Custom Graphic Prompt")