srinuksv commited on
Commit
3d2bf9f
·
verified ·
1 Parent(s): 9e4ec12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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")