phenomenon1981 commited on
Commit
6cb0860
1 Parent(s): fedc45e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,8 +73,8 @@ with gr.Blocks() as myface:
73
  see_prompts=gr.Button("Magic Prompt")
74
  with gr.Row():
75
 
76
- prompt=gr.Textbox(label="Prettified Prompt")
77
- run=gr.Button("Launch")
78
 
79
 
80
  with gr.Row():
 
73
  see_prompts=gr.Button("Magic Prompt")
74
  with gr.Row():
75
 
76
+ prompt=gr.Textbox(label="Enhanced Prompt")
77
+ run=gr.Button("Generate")
78
 
79
 
80
  with gr.Row():