Skip to content
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

AttributeError: 'Row' object has no attribute 'style' #77

Closed
jutochoppa opened this issue Jun 21, 2024 · 3 comments
Closed

AttributeError: 'Row' object has no attribute 'style' #77

jutochoppa opened this issue Jun 21, 2024 · 3 comments

Comments

@jutochoppa
Copy link

jutochoppa commented Jun 21, 2024

$ python gradio_app.py

AE working on z of shape (1, 4, 64, 64) = 16384 dimensions.
model checkpoint loaded.
AE working on z of shape (1, 4, 64, 64) = 16384 dimensions.
model checkpoint loaded.
Traceback (most recent call last):
File "gradio_app.py", line 90, in
videocrafter_iface = videocrafter_demo(result_dir)
File "gradio_app.py", line 31, in videocrafter_demo
with gr.Row().style(equal_height=False):
AttributeError: 'Row' object has no attribute 'style'

@ordigital
Copy link

ordigital commented Jun 23, 2024

In requirements.txt change gradio to gradio==3.41.2. Then again pip install -r requirements.txt and python gradio_app.py should work.

@gjnave
Copy link

gjnave commented Jul 3, 2024

In requirements.txt change gradio to gradio==3.41.2. Then again pip install -r requirements.txt and python gradio_app.py should work.

just use pip install gradio==3.41.2 .. no need to re-run requirements

@jutochoppa
Copy link
Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants