VictorKai1996NUS commited on
Commit
85806a2
·
verified ·
1 Parent(s): c6efaab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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
- # 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(
 
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(