Spaces:
Runtime error
Runtime error
Update app.py
Browse filesmodel taken from ShreyaR
app.py
CHANGED
@@ -5,6 +5,6 @@ ex2=["I feel so sad lately. I haven't eaten lunch yet."]
|
|
5 |
|
6 |
gr.Interface.load("huggingface/ShreyaR/finetuned-roberta-depression",
|
7 |
title="Depression Detector",
|
8 |
-
description="Label 1 suggests that the user may have depression",
|
9 |
examples=[ex1,ex2],
|
10 |
allow_flagging="never").launch(inbrowser=True)
|
|
|
5 |
|
6 |
gr.Interface.load("huggingface/ShreyaR/finetuned-roberta-depression",
|
7 |
title="Depression Detector",
|
8 |
+
description="Label 1 suggests that the user may have depression (model taken from ShreyaR)",
|
9 |
examples=[ex1,ex2],
|
10 |
allow_flagging="never").launch(inbrowser=True)
|