Commit
·
712c702
1
Parent(s):
27e4a2e
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,9 +91,6 @@ def get_mean_from_proba(proba_list):
|
|
| 91 |
|
| 92 |
return mean
|
| 93 |
|
| 94 |
-
mean = get_mean_from_proba(proba_list)
|
| 95 |
-
|
| 96 |
-
torch.argmax(mean).item()
|
| 97 |
|
| 98 |
def my_inference_function(text):
|
| 99 |
txt = """
|
|
|
|
| 91 |
|
| 92 |
return mean
|
| 93 |
|
|
|
|
|
|
|
|
|
|
| 94 |
|
| 95 |
def my_inference_function(text):
|
| 96 |
txt = """
|