delete title
Build-Deploy-Actions Details

This commit is contained in:
songw 2023-04-26 14:08:11 +08:00
parent e9558ce063
commit e8e12a01ad
1 changed files with 0 additions and 3 deletions

3
app.py
View File

@ -30,9 +30,6 @@ def sentiment_analysis(text, labels):
return total_results
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():
text = gr.Textbox(label="文本")