diff --git a/app.py b/app.py index 38db55a..cc0f792 100644 --- a/app.py +++ b/app.py @@ -24,9 +24,6 @@ def generate(prompt): return output[0] with gr.Blocks(theme=theme, css="footer {visibility: hidden}") as demo: - gr.Markdown(""" -
生成提示语
- """) with gr.Row(): with gr.Column(): box1 = gr.Textbox(label="文本")