Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|