Highlights
- Pro
- 30 discussions answered
Block or Report
Block or report abidlabs
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
AtomsOfDeepLearning Public
Simple Experiments to Give Some Intuition behind Deep Neural Networks
-
gradio-app/gradio Public
Create UIs for your machine learning model in Python in 3 minutes
-
classify-surahs Public
Can We Build a Classifier for Meccan and Medinan Surahs?
-
shuffled_stats Public
A python library for performing inference on datasets with shuffled / unordered labels
-
Contains files for the deep learning in genomics primer.
1,155 contributions in the last year
Contribution activity
April 2022
Created 68 commits in 3 repositories
Created a pull request in gradio-app/gradio that received 8 comments
Fixing import issues so that the package successfully installs on colab notebooks
The pre-release gradio==2.9.0b0 was created from the new main branch, but whenever I try to test it on colab, I get this error: #1025
This PR attem…
Opened 37 other pull requests in 2 repositories
gradio-app/gradio
3
open
30
merged
3
closed
- made default value in textbox empty string
- Hotfix + New pypi release 2.9b11
- Redos #1106
- Blocks rendering fix
- Interface types: handle input-only, output-only, and unified interfaces
- Examples state
- Blocks rendering fix
- Release 2.9b9
- hotfix for encrypt issue
- Flagging fixes
- Backend for optional labels
- fixed favicon issue
- Running, testing, and fixing demos
- updated PyPi version to 2.9.0b8
- added better default labels to form components
- Small fixes to the demos
- updated PyPi version to 2.9.0b
- Use smaller ASR model in external test
- fixed failing test on main
- Website Design Changes
- Test branch for debugging codecov
- Updating Guides
- release 2.9.4
- Release 2.9.3
- updated PyPi version to 2.9.2
- Some pull requests not shown.
huggingface/education-toolkit
1
merged
Reviewed 32 pull requests in 2 repositories
gradio-app/gradio
25 pull requests
- Interface types: handle input-only, output-only, and unified interfaces
- Blocks rendering fix
- clean-deprecated-parameters
- Optional labels fe
- Flagging fixes
- tweak node circleci settings
- Custom JS calls
- fixed favicon issue
- inputless-interfaces
- spaces-defaults
- Plot fixes
- textbox-autoheight
- Refactor component shortcuts
- Progress indicator bar
- custom-components
- test-guideline
- ensure dataframe updates as expected
- State and variables
- update-components
- Issue #785: add footer
- fix i18n and some tweaks
- add frontend for page load events
- Blocks page load
-
TabbedInterfaceClass - fix file upload text
- Some pull request reviews not shown.
huggingface/blog
1 pull request
Created an issue in gradio-app/gradio that received 2 comments
Accept async functions in Interface
Currently gradio.Interface takes in standard functions as part of the fn parameter. It would be helpful if it could also take in async functions (c…
Opened 12 other issues in 1 repository
gradio-app/gradio
7
open
5
closed
- Add a Guide for Blocks
-
HighlightedTextcomponent does not work when used as output component of anInterface - Set links in a Gradio app to open in a new tab by default
-
Input and output
Imagecomponents render image sizes differently - Interfaces are no longer mobile-responsive & column widths are not equal
-
Footer appears twice (once above the interface) when
share=True -
ModuleNotFoundError: No module named 'gradio.test_data'in colab notebook -
Feature request:
Codecomponent -
cache_examplesbugs - Add documentation for missing features
- [Blocks] Improve default labels for form components
-
Adding an
interactiveparameter so thatInterfaceoutputs are not treated as inputs