Ramaravind commited on
Commit
ca57ad0
·
verified ·
1 Parent(s): 3b95ad2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def query_llm(tweet, mode):
29
  max_new_tokens=250, # Control the length of the generated output.
30
  stream=False, # Set to True for streaming responses.
31
  )
32
- return response
33
 
34
  # -------------------------
35
  # Preloaded tweets
 
29
  max_new_tokens=250, # Control the length of the generated output.
30
  stream=False, # Set to True for streaming responses.
31
  )
32
+ return response
33
 
34
  # -------------------------
35
  # Preloaded tweets