|
2 | 2 | "cells": [ |
3 | 3 | { |
4 | 4 | "cell_type": "code", |
5 | | - "execution_count": 13, |
| 5 | + "execution_count": null, |
6 | 6 | "metadata": {}, |
7 | 7 | "outputs": [], |
8 | 8 | "source": [ |
|
14 | 14 | }, |
15 | 15 | { |
16 | 16 | "cell_type": "code", |
17 | | - "execution_count": 14, |
| 17 | + "execution_count": null, |
18 | 18 | "metadata": {}, |
19 | 19 | "outputs": [], |
20 | 20 | "source": [ |
|
34 | 34 | }, |
35 | 35 | { |
36 | 36 | "cell_type": "code", |
37 | | - "execution_count": 16, |
| 37 | + "execution_count": null, |
38 | 38 | "metadata": {}, |
39 | 39 | "outputs": [], |
40 | 40 | "source": [ |
|
137 | 137 | }, |
138 | 138 | { |
139 | 139 | "cell_type": "code", |
140 | | - "execution_count": 17, |
| 140 | + "execution_count": null, |
141 | 141 | "metadata": {}, |
142 | 142 | "outputs": [], |
143 | 143 | "source": [ |
|
153 | 153 | }, |
154 | 154 | { |
155 | 155 | "cell_type": "code", |
156 | | - "execution_count": 18, |
| 156 | + "execution_count": null, |
157 | 157 | "metadata": {}, |
158 | 158 | "outputs": [], |
159 | 159 | "source": [ |
|
168 | 168 | }, |
169 | 169 | { |
170 | 170 | "cell_type": "code", |
171 | | - "execution_count": 19, |
| 171 | + "execution_count": null, |
172 | 172 | "metadata": {}, |
173 | 173 | "outputs": [], |
174 | 174 | "source": [ |
|
190 | 190 | }, |
191 | 191 | { |
192 | 192 | "cell_type": "code", |
193 | | - "execution_count": 20, |
| 193 | + "execution_count": null, |
194 | 194 | "metadata": {}, |
195 | 195 | "outputs": [], |
196 | 196 | "source": [ |
|
205 | 205 | }, |
206 | 206 | { |
207 | 207 | "cell_type": "code", |
208 | | - "execution_count": 21, |
| 208 | + "execution_count": null, |
209 | 209 | "metadata": {}, |
210 | 210 | "outputs": [], |
211 | 211 | "source": [ |
|
238 | 238 | }, |
239 | 239 | { |
240 | 240 | "cell_type": "code", |
241 | | - "execution_count": 23, |
| 241 | + "execution_count": null, |
242 | 242 | "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": [], |
259 | 244 | "source": [ |
260 | 245 | "inputs = gradio.inputs.Textbox(lines=7, label=\"Chat with ArangoGPT\")\n", |
261 | 246 | "outputs = gradio.outputs.Textbox(label=\"ArangoGPT Reply\")\n", |
|
264 | 249 | }, |
265 | 250 | { |
266 | 251 | "cell_type": "code", |
267 | | - "execution_count": 24, |
| 252 | + "execution_count": null, |
268 | 253 | "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": [], |
301 | 255 | "source": [ |
302 | 256 | "demo.launch(share=True)" |
303 | 257 | ] |
|
0 commit comments