Spaces:
Build error
Build error
knkarthick
commited on
Commit
·
eafa8de
1
Parent(s):
508c01a
Add application file
Browse files- .ipynb_checkpoints/app-checkpoint.py +1 -1
- app.py +1 -1
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -92,7 +92,7 @@ with demo:
|
|
92 |
stext2 = gr.Textbox(label="Model-III")
|
93 |
b3.click(summarize_text2, inputs=text, outputs=stext2)
|
94 |
with gr.Row():
|
95 |
-
b4 = gr.Button("Sentiment
|
96 |
with gr.Column():
|
97 |
with gr.Row():
|
98 |
label = gr.Label(label="Sentiment Of Summary-I")
|
|
|
92 |
stext2 = gr.Textbox(label="Model-III")
|
93 |
b3.click(summarize_text2, inputs=text, outputs=stext2)
|
94 |
with gr.Row():
|
95 |
+
b4 = gr.Button("Sentiment Analysis")
|
96 |
with gr.Column():
|
97 |
with gr.Row():
|
98 |
label = gr.Label(label="Sentiment Of Summary-I")
|
app.py
CHANGED
@@ -92,7 +92,7 @@ with demo:
|
|
92 |
stext2 = gr.Textbox(label="Model-III")
|
93 |
b3.click(summarize_text2, inputs=text, outputs=stext2)
|
94 |
with gr.Row():
|
95 |
-
b4 = gr.Button("Sentiment
|
96 |
with gr.Column():
|
97 |
with gr.Row():
|
98 |
label = gr.Label(label="Sentiment Of Summary-I")
|
|
|
92 |
stext2 = gr.Textbox(label="Model-III")
|
93 |
b3.click(summarize_text2, inputs=text, outputs=stext2)
|
94 |
with gr.Row():
|
95 |
+
b4 = gr.Button("Sentiment Analysis")
|
96 |
with gr.Column():
|
97 |
with gr.Row():
|
98 |
label = gr.Label(label="Sentiment Of Summary-I")
|