Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,6 +48,7 @@ def summarize_conversation(history: list):
|
|
48 |
|
49 |
# Decode the result
|
50 |
generated_text = result
|
|
|
51 |
|
52 |
|
53 |
os.environ["HF_TOKEN"] = os.getenv("HF_TOKEN")
|
|
|
48 |
|
49 |
# Decode the result
|
50 |
generated_text = result
|
51 |
+
return result
|
52 |
|
53 |
|
54 |
os.environ["HF_TOKEN"] = os.getenv("HF_TOKEN")
|