-
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
Refactor component directories #5074
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🎉 Chromatic build completed! There are 0 visual changes to review. |
🦄 change detectedThis Pull Request includes changes to the following packages.
With the following changelog entry.
|
All the demos for this PR have been deployed at https://huggingface.co/spaces/gradio-pr-deploys/pr-5074-all-demos You can install the changes in this PR by running: pip install https://gradio-builds.s3.amazonaws.com/df6ad208bab595a04d4d3e2504f0864142614213/gradio-3.39.0-py3-none-any.whl |
@@ -31,7 +31,6 @@ jobs: | |||
run: pnpm --filter @gradio/wasm build | |||
- name: lint | |||
run: pnpm lint | |||
continue-on-error: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍
Heroic @pngwn!! Didn't inspect everything, but demos look good + tested locally to confirm that my recent fixes for the File structure looks good to me. |
🎉 The demo notebooks match the run.py files! 🎉 |
closes #5006.