modify app.py
Build-Deploy-Actions
Details
Build-Deploy-Actions
Details
This commit is contained in:
parent
1d273f8df3
commit
f3ff499b1a
2
app.py
2
app.py
|
@ -29,7 +29,7 @@ def fill_masker(text):
|
||||||
|
|
||||||
with gr.Blocks(theme=theme, css="footer {visibility: hidden}") as demo:
|
with gr.Blocks(theme=theme, css="footer {visibility: hidden}") as demo:
|
||||||
gr.Markdown("""
|
gr.Markdown("""
|
||||||
<div align='center' ><font size='60'>文本摘要</font></div>
|
<div align='center' ><font size='60'>完型填空</font></div>
|
||||||
""")
|
""")
|
||||||
with gr.Row():
|
with gr.Row():
|
||||||
with gr.Column():
|
with gr.Column():
|
||||||
|
|
Loading…
Reference in New Issue