delete title
Build-Deploy-Actions Details

This commit is contained in:
songw 2023-04-26 14:09:42 +08:00
parent c98d79c5c1
commit aa3e66b417
1 changed files with 0 additions and 3 deletions

3
app.py
View File

@ -24,9 +24,6 @@ def generate(prompt):
return output[0]
with gr.Blocks(theme=theme, css="footer {visibility: hidden}") as demo:
gr.Markdown("""
<div align='center' ><font size='60'>生成提示语</font></div>
""")
with gr.Row():
with gr.Column():
box1 = gr.Textbox(label="文本")