The first demo fails to run

Hi,
The first demo of L1_NLP_tasks_with_a_simple_interface fails to run when I copy the “tower…” text to the input box and run it. err msg “Traceback (most recent call last):
File “/usr/local/lib/python3.9/site-packages/gradio/routes.py”, line 439, in run_predict
output = await app.get_blocks().process_api(
File “/usr/local/lib/python3.9/site-packages/gradio/blocks.py”, line 1389, in process_api
result = await self.call_function(
File “/usr/local/lib/python3.9/site-packages/gradio/blocks.py”, line 1094, in call_function
prediction = await anyio.to_thread.run_sync(
File “/usr/local/lib/python3.9/site-packages/anyio/to_thread.py”, line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File “/usr/local/lib/python3.9/site-packages/anyio/_backends/_asyncio.py”, line 877, in run_sync_in_worker_thread
return await future
File “/usr/local/lib/python3.9/site-packages/anyio/_backends/_asyncio.py”, line 807, in run
result = context.run(func, *args)
File “/usr/local/lib/python3.9/site-packages/gradio/utils.py”, line 704, in wrapper
response = f(*args, **kwargs)
File “/tmp/ipykernel_13/2295368632.py”, line 4, in summarize
return output[0][‘summary_text’]
KeyError: 0”
And I confused why the local url is local URL: https:0.0.0.0:17632
Pls help me.

Looks like some backend issue and it is working now , Check this topic. Error in jupyter - #15 by elirod

Thanks for replying, but there is the same error when I tried again