Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ def run_tinystyler(source_text, target_texts, reranking, temperature, top_p):
|
|
| 54 |
200,
|
| 55 |
device=device,
|
| 56 |
seed=42,
|
| 57 |
-
|
| 58 |
sim_func=compute_simcse,
|
| 59 |
sim_sample=1,
|
| 60 |
)[0]
|
|
|
|
| 54 |
200,
|
| 55 |
device=device,
|
| 56 |
seed=42,
|
| 57 |
+
verbose=True,
|
| 58 |
sim_func=compute_simcse,
|
| 59 |
sim_sample=1,
|
| 60 |
)[0]
|