Update README.md
@ArkanDash
I got this error in step 3:
Traceback (most recent call last):
File "/content/Infer/Infer/src/main.py", line 11, in
import gradio as gr
File "/usr/local/lib/python3.10/dist-packages/gradio/init.py", line 3, in
import gradio.components as components
File "/usr/local/lib/python3.10/dist-packages/gradio/components/init.py", line 1, in
from gradio.components.annotated_image import AnnotatedImage
File "/usr/local/lib/python3.10/dist-packages/gradio/components/annotated_image.py", line 8, in
from gradio_client.documentation import document, set_documentation_group
ImportError: cannot import name 'set_documentation_group' from 'gradio_client.documentation' (/usr/local/lib/python3.10/dist-packages/gradio_client/documentation.py)
1
and then it doesn't run anymore, usually my step 1 runs for a long time but today it runs very fast, I don't understand the code very much but I know in step 1 it has an error