Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import cohere
|
|
| 3 |
import os
|
| 4 |
import re
|
| 5 |
import uuid
|
| 6 |
-
|
| 7 |
|
| 8 |
cohere_api_key = os.getenv("COHERE_API_KEY")
|
| 9 |
co = cohere.Client(cohere_api_key, client_name="huggingface-rp")
|
|
|
|
| 3 |
import os
|
| 4 |
import re
|
| 5 |
import uuid
|
| 6 |
+
import redis
|
| 7 |
|
| 8 |
cohere_api_key = os.getenv("COHERE_API_KEY")
|
| 9 |
co = cohere.Client(cohere_api_key, client_name="huggingface-rp")
|