Brian Watson commited on
Commit
c6d3aa2
1 Parent(s): 28df7fc

Update app.py

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