Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ def predict_file(file_obj, threshold=0.3):
|
|
| 58 |
return out_path
|
| 59 |
|
| 60 |
with gr.Blocks() as demo:
|
| 61 |
-
gr.Markdown("# 🦄
|
| 62 |
|
| 63 |
thr = gr.Slider(0.1, 0.9, 0.3, label="Threshold")
|
| 64 |
|
|
|
|
| 58 |
return out_path
|
| 59 |
|
| 60 |
with gr.Blocks() as demo:
|
| 61 |
+
gr.Markdown("# 🦄 Sentiment Analyzer for 28 different emotions!")
|
| 62 |
|
| 63 |
thr = gr.Slider(0.1, 0.9, 0.3, label="Threshold")
|
| 64 |
|