delete title
Build-Deploy-Actions
Details
Build-Deploy-Actions
Details
This commit is contained in:
parent
e9558ce063
commit
e8e12a01ad
3
app.py
3
app.py
|
@ -30,9 +30,6 @@ def sentiment_analysis(text, labels):
|
||||||
return total_results
|
return total_results
|
||||||
|
|
||||||
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():
|
||||||
text = gr.Textbox(label="文本")
|
text = gr.Textbox(label="文本")
|
||||||
|
|
Loading…
Reference in New Issue