File size: 576 Bytes
3a48cc6 8230ffa 3a48cc6 8230ffa bd6ecf7 3a48cc6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>C4AI Command R+ Chatbot</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div>
<p>To learn more about this model, go <a href="https://exnrt.com/blog/ai/c4ai-command-r-plus/" target="_blank">here</a>.</p>
</div>
<script
type="module"
src="https://gradio.s3-us-west-2.amazonaws.com/4.1.0/gradio.js"
></script>
<gradio-app src="https://cohereforai-c4ai-command-r-plus.hf.space"></gradio-app>
</body>
</html>
|