Skip to content

Commit f0f9e2e

Browse files
clear cells
1 parent 0918526 commit f0f9e2e

File tree

1 file changed

+12
-58
lines changed

1 file changed

+12
-58
lines changed

notebook/Healthcare_Chatbot_with_KG_ChatGPT_ArangoDB.ipynb

Lines changed: 12 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 13,
5+
"execution_count": null,
66
"metadata": {},
77
"outputs": [],
88
"source": [
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"cell_type": "code",
17-
"execution_count": 14,
17+
"execution_count": null,
1818
"metadata": {},
1919
"outputs": [],
2020
"source": [
@@ -34,7 +34,7 @@
3434
},
3535
{
3636
"cell_type": "code",
37-
"execution_count": 16,
37+
"execution_count": null,
3838
"metadata": {},
3939
"outputs": [],
4040
"source": [
@@ -137,7 +137,7 @@
137137
},
138138
{
139139
"cell_type": "code",
140-
"execution_count": 17,
140+
"execution_count": null,
141141
"metadata": {},
142142
"outputs": [],
143143
"source": [
@@ -153,7 +153,7 @@
153153
},
154154
{
155155
"cell_type": "code",
156-
"execution_count": 18,
156+
"execution_count": null,
157157
"metadata": {},
158158
"outputs": [],
159159
"source": [
@@ -168,7 +168,7 @@
168168
},
169169
{
170170
"cell_type": "code",
171-
"execution_count": 19,
171+
"execution_count": null,
172172
"metadata": {},
173173
"outputs": [],
174174
"source": [
@@ -190,7 +190,7 @@
190190
},
191191
{
192192
"cell_type": "code",
193-
"execution_count": 20,
193+
"execution_count": null,
194194
"metadata": {},
195195
"outputs": [],
196196
"source": [
@@ -205,7 +205,7 @@
205205
},
206206
{
207207
"cell_type": "code",
208-
"execution_count": 21,
208+
"execution_count": null,
209209
"metadata": {},
210210
"outputs": [],
211211
"source": [
@@ -238,24 +238,9 @@
238238
},
239239
{
240240
"cell_type": "code",
241-
"execution_count": 23,
241+
"execution_count": null,
242242
"metadata": {},
243-
"outputs": [
244-
{
245-
"name": "stderr",
246-
"output_type": "stream",
247-
"text": [
248-
"/Users/sachin/anaconda3/envs/llm/lib/python3.10/site-packages/gradio/inputs.py:27: UserWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components\n",
249-
" warnings.warn(\n",
250-
"/Users/sachin/anaconda3/envs/llm/lib/python3.10/site-packages/gradio/deprecation.py:40: UserWarning: `optional` parameter is deprecated, and it has no effect\n",
251-
" warnings.warn(value)\n",
252-
"/Users/sachin/anaconda3/envs/llm/lib/python3.10/site-packages/gradio/deprecation.py:40: UserWarning: `numeric` parameter is deprecated, and it has no effect\n",
253-
" warnings.warn(value)\n",
254-
"/Users/sachin/anaconda3/envs/llm/lib/python3.10/site-packages/gradio/outputs.py:22: UserWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components\n",
255-
" warnings.warn(\n"
256-
]
257-
}
258-
],
243+
"outputs": [],
259244
"source": [
260245
"inputs = gradio.inputs.Textbox(lines=7, label=\"Chat with ArangoGPT\")\n",
261246
"outputs = gradio.outputs.Textbox(label=\"ArangoGPT Reply\")\n",
@@ -264,40 +249,9 @@
264249
},
265250
{
266251
"cell_type": "code",
267-
"execution_count": 24,
252+
"execution_count": null,
268253
"metadata": {},
269-
"outputs": [
270-
{
271-
"name": "stdout",
272-
"output_type": "stream",
273-
"text": [
274-
"Running on local URL: http://127.0.0.1:7861\n",
275-
"Running on public URL: https://3b4c1ce839746d0918.gradio.live\n",
276-
"\n",
277-
"This share link expires in 72 hours. For free permanent hosting and GPU upgrades (NEW!), check out Spaces: https://huggingface.co/spaces\n"
278-
]
279-
},
280-
{
281-
"data": {
282-
"text/html": [
283-
"<div><iframe src=\"https://3b4c1ce839746d0918.gradio.live\" width=\"100%\" height=\"500\" allow=\"autoplay; camera; microphone; clipboard-read; clipboard-write;\" frameborder=\"0\" allowfullscreen></iframe></div>"
284-
],
285-
"text/plain": [
286-
"<IPython.core.display.HTML object>"
287-
]
288-
},
289-
"metadata": {},
290-
"output_type": "display_data"
291-
},
292-
{
293-
"data": {
294-
"text/plain": []
295-
},
296-
"execution_count": 24,
297-
"metadata": {},
298-
"output_type": "execute_result"
299-
}
300-
],
254+
"outputs": [],
301255
"source": [
302256
"demo.launch(share=True)"
303257
]

0 commit comments

Comments
 (0)