mindtube commited on
Commit
91fc551
β€’
1 Parent(s): 71f0983

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ with gr.Blocks() as myface:
249
 
250
  with gr.Row():
251
  with gr.Row():
252
- input_text = gr.Textbox(label="Prompt idea", placeholder="Mystical zen garden", lines=1)
253
  # Model selection dropdown
254
  model_name1 = gr.Dropdown(
255
  label="Choose Model",
 
249
 
250
  with gr.Row():
251
  with gr.Row():
252
+ input_text = gr.Textbox(label="Prompt idea", placeholder="Eg. Mystical zen garden", lines=1)
253
  # Model selection dropdown
254
  model_name1 = gr.Dropdown(
255
  label="Choose Model",