-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shortgpt error when running the code #7364
Comments
Hi @Jinyoung3 can you please provide a minimal code example that we can use to reproduce the issue above? See: https://stackoverflow.com/help/minimal-reproducible-example |
yea the code is here: https://github.com/RayVentura/ShortGPT |
Ok so what happened is that we released a more recent version of But I think you should be able to get it to work again by pinning the |
Will close for now but don't hesitate to reach back out on this thread with any questions or issues. |
Traceback (most recent call last): |
Sorry I meant you have to do this:
And it looks like you need
|
So I keep what I have and just run the commands u told me to do? |
also those didn't work. Do you think the error is coming from shortGPT? |
Yes it seems that their requirements.txt file might be out of date. I’d recommend opening an issue on their repo |
ffmpeg whisper timestampedwhisper-timestamped |
Describe the bug
Traceback (most recent call last):
File "/app/./runShortGPT.py", line 1, in
from gui.gui_gradio import ShortGptUI
File "/app/gui/gui_gradio.py", line 1, in
import gradio as gr
File "/usr/local/lib/python3.11/site-packages/gradio/init.py", line 3, in
import gradio.components as components
File "/usr/local/lib/python3.11/site-packages/gradio/components/init.py", line 1, in
from gradio.components.annotated_image import AnnotatedImage
File "/usr/local/lib/python3.11/site-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.11/site-packages/gradio_client/documentation.py)
this is what I get and I do not know how to fix the issue
Have you searched existing issues? 🔎
Reproduction
Screenshot
No response
Logs
No response
System Info
Severity
I can work around it
The text was updated successfully, but these errors were encountered: