Brian Watson commited on
Commit
733f00a
1 Parent(s): 8ac2ac0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ with gr.Blocks() as myface:
44
 
45
  with gr.Row():
46
  with gr.Row():
47
- input_text = gr.Textbox(label="Prompt idea", placeholder="Eg. Sunrise, forest, cinemtic or Mystical zen forest", lines=1)
48
  # Model selection dropdown
49
  model_name1 = gr.Dropdown(
50
  label="Choose Model",
 
44
 
45
  with gr.Row():
46
  with gr.Row():
47
+ input_text = gr.Textbox(label="Prompt idea", placeholder="Futuristic cyberpunk nightlife", lines=1)
48
  # Model selection dropdown
49
  model_name1 = gr.Dropdown(
50
  label="Choose Model",