Spaces:
Runtime error
Runtime error
vericudebuget
commited on
Commit
•
e11a6df
1
Parent(s):
27d0fd6
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import datetime
|
4 |
|
5 |
# Initialize the InferenceClient
|
6 |
-
client = InferenceClient("
|
7 |
|
8 |
def format_prompt(message, history):
|
9 |
prompt = "<s>"
|
|
|
3 |
import datetime
|
4 |
|
5 |
# Initialize the InferenceClient
|
6 |
+
client = InferenceClient("CohereForAI/c4ai-command-r-plus")
|
7 |
|
8 |
def format_prompt(message, history):
|
9 |
prompt = "<s>"
|