Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -233,11 +233,11 @@ with gr.Blocks(css=css) as demo:
|
|
233 |
with gr.Row():
|
234 |
with gr.Column():
|
235 |
prompt = gr.Textbox(label="Prompt (Less than 200 Words)", value="Sunset over the sea.", lines=5)
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
|
242 |
with gr.Column():
|
243 |
gr.Markdown(
|
|
|
233 |
with gr.Row():
|
234 |
with gr.Column():
|
235 |
prompt = gr.Textbox(label="Prompt (Less than 200 Words)", value="Sunset over the sea.", lines=5)
|
236 |
+
with gr.Row():
|
237 |
+
gr.Markdown(
|
238 |
+
"✨Upon pressing the enhanced prompt button, we will use [GLM-4 Model](https://github.com/THUDM/GLM-4) to polish the prompt and overwrite the original one."
|
239 |
+
)
|
240 |
+
enhance_button = gr.Button("✨ Enhance Prompt(Optional)")
|
241 |
|
242 |
with gr.Column():
|
243 |
gr.Markdown(
|