Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ iface = gr.Interface(
|
|
25 |
inputs="text",
|
26 |
outputs="text",
|
27 |
title="Welcome to Tonic's 🌈Here.Chat🗣️😷",
|
28 |
-
description='''
|
29 |
### How To Use 🌈Here.Chat:
|
30 |
🗣️📝Chat with the bot via text 👇🏻📩 Press send . Check out the model [Cohere/CoChat](curl --location --request POST 'https://api.cohere.ai/v1/generate' --header 'Authorization: BEARER APIKEY' --header 'Content-Type: application/json' --data-raw '{ "model": "746cb80b-3fba-43ec-b14f-1b0f84e9ed4d-ft", "prompt": "what is the proper treatment for buccal herpes ?\n", "max_tokens": 292, "temperature": 0.1, "k": 0, "stop_sequences": [], "return_likelihoods": "NONE" }') and the dataset used to train using Cohere: [tonic/easyreddit](https://huggingface.co/datasets/Tonic/EasyReddit) . This bot is trained on randomized reddit for maximum creativity.
|
31 |
You can also use 🗣️😷Here.Chat via API below or by cloning this space. 🧬🔬🔍 Simply click here: <a style="display:inline-block" href="https://huggingface.co/spaces/TeamTonic/coherebot?duplicate=true"><img src="https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14" alt="Duplicate Space"></a></h3>
|
|
|
25 |
inputs="text",
|
26 |
outputs="text",
|
27 |
title="Welcome to Tonic's 🌈Here.Chat🗣️😷",
|
28 |
+
description= '''
|
29 |
### How To Use 🌈Here.Chat:
|
30 |
🗣️📝Chat with the bot via text 👇🏻📩 Press send . Check out the model [Cohere/CoChat](curl --location --request POST 'https://api.cohere.ai/v1/generate' --header 'Authorization: BEARER APIKEY' --header 'Content-Type: application/json' --data-raw '{ "model": "746cb80b-3fba-43ec-b14f-1b0f84e9ed4d-ft", "prompt": "what is the proper treatment for buccal herpes ?\n", "max_tokens": 292, "temperature": 0.1, "k": 0, "stop_sequences": [], "return_likelihoods": "NONE" }') and the dataset used to train using Cohere: [tonic/easyreddit](https://huggingface.co/datasets/Tonic/EasyReddit) . This bot is trained on randomized reddit for maximum creativity.
|
31 |
You can also use 🗣️😷Here.Chat via API below or by cloning this space. 🧬🔬🔍 Simply click here: <a style="display:inline-block" href="https://huggingface.co/spaces/TeamTonic/coherebot?duplicate=true"><img src="https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14" alt="Duplicate Space"></a></h3>
|