Ali Abdalla
cd693708cf
Converting the website into sveltekit ( #3437 )
...
* index page
* demos page
* guides gallery page
* guides
* some docs work
* changes
* changes
* docs work
* refactor some to ssr
* more refactoring
* add metatags
* add special docs pages and improve nav
* fix prev next in combining
* add changelog
* Site slugs for new website (#3431 )
* safe slugs for docs
* add slugs to guides
* changes
* add flagging
---------
Co-authored-by: aliabd <ali.si3luwa@gmail.com>
* make anchor tags visible on hover
* add anchor tags to docs
* fix @html in codeblocks
* fix demos in guides
* syntax highlighting code in example usage
* fix @html in changelog
* fix contributing lin
* fix assets in guides
* fix broken assets on build
* error page
* fix meta tags updating
* move guides to be /guides/[guide] instead of /[guide]
* add headers to sections and make them linkable - freddy feedback
* add guides section to docs
* tighten width and add second nav bar
* styling second nav bar
* smooth scrolling in docs and guides
* make components clickable in event listener graph
* load latest gradio.js
* menu bar on docs mobile
* scrolling highlight menu and remove base docs page
* vercel
* refactor guides
* fix slugs in docs
* fix < and code formatting in guides
* added search
* redirect all old links
* fix bad merge
* fix paths
* Fix css issue with spaces logo
* add status page link to footer
* add themes to docs
* fix new documentation.py path
* add python client docs
* make docs faster
* add clients ot docs
* colors
* convert to adapter static
* prerender
* fix broken paths in guides
* fix broken slugs
* Aliabd/website sveltekit test (#4572 )
* fixes to paths
* fixes
* typechecking
* fix
* fix
* fix
* types lib
* more type fixes
* extends fix
* typing fix
* typing fix
* json typing fix
* add jsons
* rollup
* tweak
* fix lockfile
* fix maybe
* fix maybe
* changes
* ui functional fix
* oops
* pnpm version
* fix app
---------
Co-authored-by: pngwn <hello@pngwn.io>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-07-04 16:33:22 +03:00
aliabid94
6c5427230e
Create Warning, Info modals ( #4518 )
...
* changes
* changes
* changes
* changes
* changes
* Styling for error, warning and info toasts (#4603 )
* create abstract toast component for info/warning/error
* add icons
* add light mode theming
* add theme mode check and dark mode styles
* update theme_mode on update
* clean up render of toast content
* replace dynamic css vars with toast type css selectors
* tweak colours
* change error pill border colour to align with toasts
* formatting
* fix failed test
* rename icon files and clean up css
* changes
* changes
* changes
* changes
* changes
* changes
* chanegs
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
---------
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Co-authored-by: Hannah <hannahblair@users.noreply.github.com>
2023-07-03 16:28:39 -05:00
Abubakar Abid
56da69619c
Fix for analytics error ( #4738 )
...
* added exception
* fix
* changelog
* format
* blocks
* format
* Update gradio/exceptions.py
Co-authored-by: Aarni Koskela <akx@iki.fi>
* review fixes
* formatting
---------
Co-authored-by: Aarni Koskela <akx@iki.fi>
2023-06-30 16:16:55 -05:00
Sunil Kumar Dash
e38496ec1e
Support path objs in components ( #4581 )
...
* Added support for Path objs in components(Video, Geallery, chatbot)
* added tests for pathlib.Path objs in Video, chatbot, Gallery
* added changes to docstrings and type annotations
* changelog
* formatting
* video
* fixing video docstring
* update
* Update test/test_components.py
* Update test/test_components.py
* formatting
* remaining components
* add pathlib to tests
* fix test
* formatting
---------
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-06-29 16:54:35 -05:00
pngwn
b6f02bdd87
scroll to top when api clicked in spaces ( #4714 )
...
* scroll to top when api clicked in spaces
* changelog
---------
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-06-29 20:59:40 +01:00
Abubakar Abid
409593e9cc
Updates to the API endpoints / docs, and fixing the Theme builder ( #4683 )
...
* view API fixes
* code snippet js
* changelog
* api name false
* examples
* client trigger tests
* fix typecheck
* black
* type
* typing
* typing
* update gif
* type ignore
* added tests
* format
* added test
* test
* fix guides
* snippet
* tests
* fix tests
* add test
* fix typing
* fix test
* remove comments
2023-06-29 14:05:25 -05:00
Freddy Boulton
acc72cddee
Fix show_label for Label component ( #4713 )
...
* Add code
* Add tests
* Add CHANGELOG
2023-06-29 11:42:26 -04:00
Jeb
d85fddf677
Updated components with 'info' attribute to update when update() is called on them. ( #4715 )
...
* updated components with 'info' attribute to update when update() is called on them.
* added change to CHANGELOG.md
* updated CHANGELOG.md with correct format ending
* fix test
* changelog
---------
Co-authored-by: pngwn <hello@pngwn.io>
2023-06-29 11:09:55 +01:00
Mickey
dc733f47ee
fix(Image): Image mod is mask or color-sketch bug; ( #4692 )
...
* fix(Image): Image mod is mask or color-sketch bug;
click undo -> the shadow line not real time change
* fix(Image): write the CHANGELOG
* changelog
* cleanup
---------
Co-authored-by: yanghao <yanghao@dragonest.com>
Co-authored-by: pngwn <hello@pngwn.io>
2023-06-28 23:08:25 +01:00
pngwn
2dcc0845e6
fix hidden error toast ( #4712 )
...
* fix hidden error toast
* fix
* try this
* try this
* fix ts
* cleanup
2023-06-28 22:52:12 +01:00
pngwn
085ff0394d
update deps + fix tests ( #4675 )
...
* update deps + fix tests
* tweak
* fixes
* changes
* fix everything
* fix checks
* fix
* log
* remove logs
* try this
2023-06-28 22:40:53 +01:00
Abubakar Abid
dd97ee9940
Dropdown cutoff fix ( #4691 )
...
* form
* changelog
* overflow y
* changes
* changes
* changes
* Update js/form/src/DropdownOptions.svelte
Co-authored-by: Aarni Koskela <akx@iki.fi>
* Update js/form/src/DropdownOptions.svelte
Co-authored-by: Aarni Koskela <akx@iki.fi>
* changes
---------
Co-authored-by: Ali Abid <aabid94@gmail.com>
Co-authored-by: Aarni Koskela <akx@iki.fi>
2023-06-28 16:00:27 -05:00
Freddy Boulton
2baf33c33f
Fix Wrong Deprecation Warning message for type/plot parameter ( #4709 )
...
* Add code
* CHANGELOG
* Fix
* Add to changelog
2023-06-28 15:02:01 -04:00
pngwn
1650e1d383
4549 autoplay ( #4705 )
...
* changes
* tests
* revert demo
* changelog
* cleanup audio
* more tests
* handle video
* cleanup
* fix notebooks
* cleanup
* reinstate files
* fix notebooks
* fixes
* fix tests
2023-06-28 19:37:21 +01:00
Aarni Koskela
9c551c316c
More proper deprecation warnings ( #4694 )
...
* Add GradioDeprecationWarning subclass
* Add and use find_user_stack_level(); add warn_deprecation()
* Deduplicate `.style()` deprecation warning
* Deduplicate inputs deprecation warnings
* Deduplicate outputs deprecation warnings
* Use warn_deprecation for deprecation warnings
* Changelog
* formatting
---------
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-06-27 13:07:40 -05:00
Freddy Boulton
86e3eec311
Remove cleared_value ( #4685 )
...
* Remove cleared_value
* CHANGELOG
2023-06-26 17:19:07 -04:00
Ilya Trushkin
b5121a96b2
Forward tqdm
constructor arguments to Progress
component ( #4475 )
...
* Forward tqdm constructor arguments to Progress component
Signed-off-by: Ilya Trushkin <ilya.trushkin@intel.com>
* lint
* reorder args
* added tests
---------
Signed-off-by: Ilya Trushkin <ilya.trushkin@intel.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-06-26 09:26:28 -05:00
aliabid94
7b8fbb17c8
fix upload file delay ( #4661 )
...
* fix
* changes
* changes
---------
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-06-26 08:14:00 -05:00
Freddy Boulton
c7081e5747
Fix AnnotatedImage styling + add demo ( #4628 )
...
* Fix css + add demo
* CHANGELOG
* Add image_segmentation
* Add notebook
* Fix demo
* Fix demos
2023-06-23 12:49:26 -04:00
Abubakar Abid
86dc064e9e
Getting the CI to pass consistently on Windows (hopefully) ( #4624 )
...
* run windows jobs
* run windows jobs
* windows jobs
* remove interpretation
* restore
* fixes to checking port
* linting
* remove server name testing
* add timeout
* remove saveto
* remove saveto
* exception
* fixes
* fixes
* fixes
* backend
* cleanup
* changelog
---------
Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
2023-06-22 15:23:48 -04:00
Dawood Khan
62701f8dce
Remove unnecessary mock json files ( #4625 )
...
* remove mock json files
* changelog
* Update CHANGELOG.md
2023-06-22 10:32:48 -04:00
pngwn
12bc241ecb
fix action ( #4643 )
...
* fix action
* changelog
2023-06-22 13:55:43 +01:00
Freddy Boulton
d1a46f161a
Use Literal Type Hint Where Possible ( #4608 )
...
* Use literal type hint
* Add type hint
* CHANGELOG
* PR review
---------
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-06-21 15:13:12 -05:00
Aarni Koskela
a35e37b7e2
Add .git-blame-ignore-revs ( #4586 )
...
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-06-21 15:08:27 -05:00
aliabid94
458b2d9bbd
Fix scale issues within Dropdown ( #4584 )
...
* changs
* changes
2023-06-21 12:34:12 -07:00
aliabid94
0909c35102
Duplicate spaces integration into gradio ( #4458 )
...
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* changes
2023-06-21 12:25:25 -07:00
Aarni Koskela
4d1ad7c820
make_waveform: raise exception if ffmpeg fails ( #4578 )
...
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-06-21 13:34:33 -05:00
renovate[bot]
6a92e19a0d
chore(deps): update all non-major dependencies ( #4601 )
...
* chore(deps): update all non-major dependencies
* Update website/homepage/Dockerfile
* changelog
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pngwn <hello@pngwn.io>
2023-06-21 15:56:10 +01:00
Hannah
2efa0b27ff
Add target="_blank" to links in markdown ( #4577 )
...
* add DOMPurify afterSanitizeAttributes hook
* changelog
2023-06-21 12:47:03 +02:00
Freddy Boulton
8c001ca769
Fix gallery style ( #4576 )
...
* Fix gallery styles
* CHANGELOG
* Fix preview height
* Add back height
* Add back height var
* Add back can_zoom logic
* can_zoom
2023-06-20 17:57:33 -04:00
Aarni Koskela
c6c545cfe0
Improve make_waveform ( #4570 )
...
* make_waveform: ensure input file exists
* make_waveform: avoid shell injection vulnerability (and as a side effect, support names with spaces)
* add test
* add test
---------
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-06-20 12:19:15 -05:00
Freddy Boulton
249f1865e2
Send component data on stop_recording event ( #4554 )
...
* Send audio data
* Fix webcam input
* CHANGELOG
2023-06-20 10:44:25 -04:00
pngwn
2b91d716c4
support changing the custom element src attributes ( #4461 )
...
* suppor changing the custom element src attributes
* changelog
* changelog again
* fix
* some fixes
2023-06-20 11:36:10 +01:00
Aarni Koskela
1068371b9f
Load iframe resizer asynchronously ( #4336 )
...
Refs #4332
Co-authored-by: pngwn <hello@pngwn.io>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-06-19 21:11:51 +01:00
Abubakar Abid
309baab7f6
setting visible=False
to gr.Group
hides it ( #4567 )
...
* import init
* visible=False in Group
* restore
* changelog
* Update js/app/src/components/Group/Group.test.ts
Co-authored-by: pngwn <hello@pngwn.io>
---------
Co-authored-by: pngwn <hello@pngwn.io>
2023-06-19 13:53:35 -05:00
Abubakar Abid
ee313c6c85
Restore some missing imports in __init__
( #4566 )
...
* import init
* fix
* restore
* restore
2023-06-19 13:39:53 -05:00
Freddy Boulton
98d1e8d291
Fix gallery select event with custom height and allow_preview=False ( #4551 )
...
* Logic for can_zoom
* CHANGELOG
2023-06-17 14:11:14 -05:00
Freddy Boulton
d147076dce
Fix changelog ( #4552 )
2023-06-16 11:44:13 -04:00
aliabid94
74d235697d
Fix chatbot height ( #4540 )
...
* changes
* changes
* changes
* changes
2023-06-15 14:58:31 -07:00
pngwn
979353454d
fix modal position ( #4538 )
...
* fix modal position
* changelog
2023-06-15 22:33:47 +01:00
aliabid94
42d762c616
Chatbot streaming hotfix ( #4537 )
...
* changes
* changes
* changes
* changes
2023-06-15 13:24:40 -07:00
Abubakar Abid
b3b8ff9f48
changelog ( #4532 )
...
Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
2023-06-15 14:25:28 -05:00
Freddy Boulton
e0a7f87b94
Some BarPlot Fixes ( #4531 )
...
* Fixes
* CHANGELOG
* Fix
2023-06-15 14:29:40 -04:00
Hannah
7dc73d2bec
Amend error toast and pill styling ( #4454 )
...
* remove error gradient and add border to toast
* changelog
* tweak styling for light and dark error status and toast
* run prettier
* restore removed onclick
* remove formatting
* fix dracula test
---------
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-06-15 19:51:09 +02:00
Abubakar Abid
36a6f37711
Fix regression in gr.Audio
( #4525 )
...
* audio format
* finish
* format
2023-06-15 12:09:47 -05:00
pngwn
e7ab0f323a
4614 chatbot ( #4527 )
...
* fix code rendering
* tweak
* changelog
* tweaks
2023-06-15 16:24:17 +01:00
Dawood Khan
03edbc6f81
Adds Latex Delimiters Parameter ( #4516 )
...
* katex
* changes
* format
* fix test
* remove None
* changelog
* Update gradio/components/chatbot.py
* Update gradio/components/chatbot.py
* tweak
---------
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Co-authored-by: pngwn <hello@pngwn.io>
2023-06-15 14:27:18 +01:00
Charles Frye
3de6246c4a
add app_kwargs for mount_gradio_app ( #4519 )
...
* Initial commit
* adds app_kwargs for mount_gradio_app, with test
* updates CHANGELOG
* formatting
---------
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-06-15 06:57:09 -05:00
Abubakar Abid
d65512cb3a
Fix output directory of files in client & when calling Blocks as function ( #4501 )
...
* output dirs
* remove
* remove
* remove
* changelog
* format
* add tests
* docstring
* changelog
* client
* blocks
* fix test
2023-06-14 17:08:10 -05:00
Dawood Khan
72fbce22ad
Fixes new line issue in chatbot ( #4491 )
...
* fix
* Update CHANGELOG.md
2023-06-14 11:43:30 -04:00