delete title
Build-Deploy-Actions
Details
Build-Deploy-Actions
Details
This commit is contained in:
parent
c98d79c5c1
commit
aa3e66b417
3
app.py
3
app.py
|
@ -24,9 +24,6 @@ def generate(prompt):
|
||||||
return output[0]
|
return output[0]
|
||||||
|
|
||||||
with gr.Blocks(theme=theme, css="footer {visibility: hidden}") as demo:
|
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.Row():
|
||||||
with gr.Column():
|
with gr.Column():
|
||||||
box1 = gr.Textbox(label="文本")
|
box1 = gr.Textbox(label="文本")
|
||||||
|
|
Loading…
Reference in New Issue