Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
6cb0860
1
Parent(s):
fedc45e
Update app.py
Browse files
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="
|
77 |
-
run=gr.Button("
|
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():
|