Spaces:
Runtime error
Runtime error
Commit
·
4d93fd8
1
Parent(s):
fb2d0f6
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ with gr.Blocks() as demo:
|
|
98 |
|
99 |
with gr.Tab("🤗Sentiment Analysis"):
|
100 |
gr.Markdown("""<h4><center>🤗Sentiment Analysis</center></h4>""")
|
101 |
-
|
102 |
inputs = gr.Textbox(placeholder="Type a Chinese sentence here, either positive or negative in sentiment.",lines=3)
|
103 |
outputs = gr.Textbox(label="Sentiment Analysis")
|
104 |
proceed_button = gr.Button("Proceed")
|
|
|
98 |
|
99 |
with gr.Tab("🤗Sentiment Analysis"):
|
100 |
gr.Markdown("""<h4><center>🤗Sentiment Analysis</center></h4>""")
|
101 |
+
gr.Markdown("This is a self-trained fine-tuned model using Chinese BERT for sentiment analysis. Enter a sentence in Chinese in the input box and click the 'proceed' button to get the sentiment analysis result.")
|
102 |
inputs = gr.Textbox(placeholder="Type a Chinese sentence here, either positive or negative in sentiment.",lines=3)
|
103 |
outputs = gr.Textbox(label="Sentiment Analysis")
|
104 |
proceed_button = gr.Button("Proceed")
|