Features
- #7129
ccdaec4
- Add asimpleimage
template for custom components. Thanks @abidlabs! - #7313
edfd05d
- Expand chatinterface to full window height. Thanks @aliabid94! - #7292
aa97a5e
- Improvements to API Docs. Thanks @abidlabs! - #7205
e418edd
- Fix SimpleImage package json. Thanks @abidlabs! - #7222
5181957
- Add mobile Chromatic tests. Thanks @hannahblair! - #7298
e5344ba
- chore(deps): update dependency marked to v12. Thanks @renovate! - #7206
572e360
- Upload tweak. Thanks @pngwn! - #7062
0fddd0f
- Determine documentation group automatically. Thanks @akx! - #7102
68a54a7
- Improve chatbot streaming performance with diffs. Thanks @aliabid94!/n Note that this PR changes the API format for generator functions, which would be a breaking change for any clients reading the EventStream directly - #7208
efacc7d
- Ensureopen
reactivity in Accordion. Thanks @hannahblair! - #7228
2e6672c
- Allow start/pause of streaming image input. Only access the webcam while it's needed. Thanks @freddyaboulton! - #7236
dec6a71
- Fix PIL imports. Thanks @akx! - #7274
fdd1521
- chore: Change time format (thanks @jjshoots for the independent contribution). Thanks @arian81! - #7116
3c8c4ac
- Document thegr.ParamViewer
component, and fix component preprocessing/postprocessing docstrings. Thanks @abidlabs! - #7157
46919c5
- Defer importing matplotlib. Thanks @akx! - #7332
8bb0ce2
- Hotfix for:stt_or_tts
demo. Thanks @abidlabs! - #7309
200e251
- Addgr.Image
interaction test +gr.ImageEditor
interaction test improvement. Thanks @hannahblair! - #7319
87d5105
- Handle httpx.InvalidURL when setting non-URL article strings. Thanks @nopperl! - #7154
aab2a75
- Allow selecting texts in dataframe cells. Thanks @shubhamofbce! - #7061
05d8a3c
- Update ruff to 0.1.13, enable more rules, fix issues. Thanks @akx! - #7315
b3a9c83
- Lite: Wasm-compatible Model3D. Thanks @whitphx! - #7059
7ea8336
- Remove flag_dir from read_from_flag(). Thanks @akx! - #7229
6a7e98b
- Fix hyphen-bug in gradio cc publish. Thanks @freddyaboulton! - #7225
60078df
- Fix test requirements to be compatible with python 3.11. Thanks @abidlabs! - #7256
09257ef
- Fix ci cache. Thanks @pngwn! - #7240
1893756
- Small cleanups ofCode
component. Thanks @abidlabs! - #7295
aea14c4
- Refactor Inference API and rename it to Serverless Inference Endpoints. Thanks @abidlabs!
Fixes
- #7117
24157a3
- add background color based on the OS mode. Thanks @aileenvl! - #7192
8dd6f4b
- Handle the case where examples isnull
for all components. Thanks @abidlabs! - #7283
757dba6
- Addshow_label
check togr.Dataframe
. Thanks @hannahblair! - #7190
2d51a9d
- Add missing parameters and docstrings forgr.TabbedInterface
. Thanks @abidlabs! - #7178
9f23b0b
- Optimize client view_api method. Thanks @freddyaboulton! - #7158
ded5256
- Fix audio recording events not dispatching. Thanks @hannahblair! - #7325
733ca26
- Ensure examples Images displays as expected. Thanks @hannahblair! - #7276
a3aa22f
- Adjust Value to Fix .Label Display. Thanks @codydh! - #7286
0d36ac0
- Fixes issue with datatype setting in gr.Dataframe. Setting no longer dependent on col_count. Thanks @cswamy! - #7290
db27df3
- Escape triple quotes when creatingspace.py
for custom components. Thanks @abidlabs! - #7141
c3e61e4
- Few File component drag and drop. Thanks @dawoodkhan82! - #7221
cae05c0
- Fix single file upload display. Thanks @freddyaboulton! - #7207
e3217b4
- Amend audio waveform colour. Thanks @hannahblair! - #7322
b25e95e
- Fixprocessing_utils.save_url_to_cache()
to follow redirects when accessing the URL. Thanks @whitphx! - #7294
d7095c4
- Number example fix. Thanks @abidlabs! - #7219
faead14
- Show label in interactive image editor. Thanks @hannahblair! - #7220
3b8dfc6
- Addvisible
check to Tab. Thanks @hannahblair! - #7257
daaaf95
- Fixes issues related togr.Dataframe
receiving an empty dataframe. Thanks @cswamy!