Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ def my_inference_function(sec_text):
|
|
144 |
|
145 |
gr_interface = gradio.Interface(
|
146 |
fn = my_inference_function,
|
147 |
-
title = "Sentiment Analysis"
|
148 |
inputs = "text",
|
149 |
outputs = "text"
|
150 |
)
|
|
|
144 |
|
145 |
gr_interface = gradio.Interface(
|
146 |
fn = my_inference_function,
|
147 |
+
title = "Sentiment Analysis",
|
148 |
inputs = "text",
|
149 |
outputs = "text"
|
150 |
)
|