Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ summary = response.summary
|
|
| 26 |
print(summary)
|
| 27 |
|
| 28 |
import gradio as gr
|
| 29 |
-
co = cohere.Client("
|
| 30 |
|
| 31 |
|
| 32 |
def chat_summarizer(conversation):
|
|
|
|
| 26 |
print(summary)
|
| 27 |
|
| 28 |
import gradio as gr
|
| 29 |
+
co = cohere.Client("YOUR API key")
|
| 30 |
|
| 31 |
|
| 32 |
def chat_summarizer(conversation):
|