Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
7c739df
Add code
freddyaboulton Sep 15, 2025
602c52c
Fix
freddyaboulton Sep 15, 2025
2552541
version numbers
freddyaboulton Sep 15, 2025
763f119
Merge branch 'main' into 6.0-dev
freddyaboulton Sep 26, 2025
9ec3f3b
Merge branch 'main' into 6.0-dev
pngwn Sep 30, 2025
0f82f20
Merge branch 'main' into 6.0-dev
freddyaboulton Oct 1, 2025
d14e5e8
Merge branch 'main' into 6.0-dev
pngwn Oct 2, 2025
1067e70
Merge branch 'main' into 6.0-dev
freddyaboulton Oct 2, 2025
ef45101
Remove `crop_size` parameter from `ImageEditor` component (#12007)
reginareynolds Oct 3, 2025
53d9098
add changeset
gradio-pr-bot Oct 3, 2025
16f8cd0
Merge branch 'main' into 6.0-dev
freddyaboulton Oct 3, 2025
847d762
Merge branch 'main' into 6.0-dev
freddyaboulton Oct 3, 2025
525cfb1
Fix (#12014)
freddyaboulton Oct 3, 2025
4356fe7
Remove tuples format from the chatbot (#12012)
freddyaboulton Oct 3, 2025
844cd62
fix: enable padding by default in Markdown component (#12010)
PRIME-SV Oct 6, 2025
37835de
Merge branch 'main' into 6.0-dev
freddyaboulton Oct 7, 2025
d515a2e
Make allow_tags=True the default in gr.Chatbot (#12027)
PRIME-SV Oct 7, 2025
7e5f775
Merge branch 'main' into 6.0-dev
freddyaboulton Oct 8, 2025
1c43194
Remove all parameters with deprecation warnings (#12047)
freddyaboulton Oct 8, 2025
0f220b7
Merge branch 'main' into 6.0-dev
freddyaboulton Oct 8, 2025
081126e
Remove max_length and min_length from gr.Audio and gr.Video (#12043)
freddyaboulton Oct 8, 2025
142458f
Add a single `buttons` parameter to components instead of the various…
abidlabs Oct 9, 2025
c2d40d0
Rename hf token to token (#12048)
freddyaboulton Oct 9, 2025
90e8a2c
Video subtitles (#12041)
dawoodkhan82 Oct 9, 2025
5fab40d
Merge notebook conflicts
freddyaboulton Oct 10, 2025
a773ff9
Fix
freddyaboulton Oct 10, 2025
1094d60
remaining fixes
freddyaboulton Oct 10, 2025
210badc
Fix rapid generation
freddyaboulton Oct 10, 2025
3ec44e3
Remove Websockets (#11996)
freddyaboulton Oct 13, 2025
f51becf
Bump client versions for release (#12059)
freddyaboulton Oct 13, 2025
4e48f29
Merge branch 'main' into 6.0-dev
freddyaboulton Oct 13, 2025
e799b75
fix (#12061)
freddyaboulton Oct 13, 2025
e9fb866
chore: update versions (dev) (#11909)
gradio-pr-bot Oct 13, 2025
90dfb44
Handle special characters in native plot column names (#12064)
abidlabs Oct 14, 2025
88a7236
Remove more deprecated parameters for the native plot components (#12…
abidlabs Oct 14, 2025
6a4757a
Gallery: Allow empty columns when items < columns (#12066)
missionfloyd Oct 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions .changeset/afraid-signs-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"gradio": major
"gradio_client": major
"@gradio/client": major
---

feat:[No Merge] Gradio 6.0
5 changes: 5 additions & 0 deletions .changeset/full-cities-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"gradio": patch
---

feat:Remove more deprecated parameters for the native plot components
6 changes: 6 additions & 0 deletions .changeset/hip-wombats-pick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@gradio/nativeplot": patch
"gradio": patch
---

feat:Handle special characters in native plot column names
6 changes: 6 additions & 0 deletions .changeset/hot-doodles-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@gradio/chatbot": minor
"gradio": minor
---

feat:Remove tuples format from the chatbot
6 changes: 6 additions & 0 deletions .changeset/loud-taxes-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@gradio/gallery": patch
"gradio": patch
---

fix:Gallery: Allow empty columns when items < columns
93 changes: 93 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
{
"mode": "pre",
"tag": "dev",
"initialVersions": {
"@gradio/client": "2.0.0",
"gradio_client": "2.0.0",
"gradio": "6.0.0",
"@self/cdn-test": "0.0.1",
"@self/spaces-test": "0.0.1",
"website": "0.62.1",
"@gradio/accordion": "0.5.23",
"@gradio/annotatedimage": "0.9.30",
"@self/app": "1.51.0",
"@gradio/atoms": "0.17.0",
"@gradio/audio": "0.18.0",
"@gradio/box": "0.2.24",
"@gradio/browserstate": "0.3.2",
"@self/build": "0.3.0",
"@gradio/button": "0.5.12",
"@gradio/chatbot": "0.26.24",
"@gradio/checkbox": "0.4.29",
"@gradio/checkboxgroup": "0.6.28",
"@gradio/code": "0.14.16",
"@gradio/colorpicker": "0.4.28",
"@gradio/column": "0.2.1",
"@self/component-test": "0.5.31",
"@gradio/core": "0.28.0",
"@gradio/dataframe": "0.19.2",
"@gradio/dataset": "0.4.33",
"@gradio/datetime": "0.3.21",
"@gradio/dialogue": "0.2.2",
"@gradio/downloadbutton": "0.4.11",
"@gradio/draggable": "0.2.0",
"@gradio/dropdown": "0.10.3",
"@gradio/fallback": "0.4.28",
"@gradio/file": "0.12.29",
"@gradio/fileexplorer": "0.5.40",
"@gradio/form": "0.2.24",
"@gradio/gallery": "0.15.32",
"@gradio/group": "0.2.0",
"@gradio/highlightedtext": "0.9.11",
"@gradio/html": "0.7.1",
"@gradio/icons": "0.14.0",
"@gradio/image": "0.22.18",
"@gradio/imageeditor": "0.16.6",
"@gradio/imageslider": "0.2.14",
"@gradio/json": "0.5.30",
"@gradio/label": "0.5.20",
"@gradio/markdown": "0.13.21",
"@gradio/markdown-code": "0.5.1",
"@gradio/model3d": "0.14.26",
"@gradio/multimodaltextbox": "0.10.18",
"@gradio/nativeplot": "0.7.5",
"@gradio/navbar": "0.2.0",
"@gradio/number": "0.7.0",
"@gradio/paramviewer": "0.7.16",
"@gradio/plot": "0.9.23",
"@gradio/preview": "0.14.0",
"gradio_test": "0.5.1",
"@gradio/radio": "0.7.11",
"@gradio/row": "0.2.1",
"@gradio/sanitize": "0.2.0",
"@gradio/sidebar": "0.1.21",
"@gradio/simpledropdown": "0.3.28",
"@gradio/simpleimage": "0.8.40",
"@gradio/simpletextbox": "0.3.29",
"@gradio/sketchbox": "0.6.16",
"@gradio/slider": "0.6.17",
"@self/spa": "0.11.0",
"@gradio/state": "0.1.2",
"@gradio/statustracker": "0.11.0",
"@self/storybook": "0.9.0",
"@gradio/tabitem": "0.6.0",
"@gradio/tabs": "0.5.0",
"@gradio/textbox": "0.11.0",
"@gradio/theme": "0.4.0",
"@gradio/timer": "0.4.5",
"@gradio/tooltip": "0.1.2",
"@self/tootils": "0.7.29",
"@gradio/upload": "0.16.17",
"@gradio/uploadbutton": "0.9.11",
"@gradio/utils": "0.10.2",
"@gradio/vibeeditor": "0.2.3",
"@gradio/video": "0.15.1"
},
"changesets": [
"afraid-signs-judge",
"hot-doodles-laugh",
"ready-olives-pay",
"ripe-sloths-post",
"sour-sides-attend"
]
}
5 changes: 5 additions & 0 deletions .changeset/ready-olives-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"gradio": minor
---

feat:Make allow_tags=True the default in gr.Chatbot
5 changes: 5 additions & 0 deletions .changeset/ripe-sloths-post.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"gradio": minor
---

feat:fix: enable padding by default in HTML component
6 changes: 6 additions & 0 deletions .changeset/sour-sides-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@gradio/video": minor
"gradio": minor
---

feat:Video subtitles
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches:
- main
- 5.0-dev
- 6.0-dev

env:
CI: true
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# gradio

## 6.0.0-dev.0

### Features

- [#11908](https://github.com/gradio-app/gradio/pull/11908) [`53d9098`](https://github.com/gradio-app/gradio/commit/53d9098cca378f6ebff9dec15d2faa8a3d2fb510) - [No Merge] Gradio 6.0. Thanks @freddyaboulton!
- [#12012](https://github.com/gradio-app/gradio/pull/12012) [`4356fe7`](https://github.com/gradio-app/gradio/commit/4356fe7d609333a4150533fcb9a4eaafbc2ba561) - Remove tuples format from the chatbot. Thanks @freddyaboulton!
- [#12027](https://github.com/gradio-app/gradio/pull/12027) [`d515a2e`](https://github.com/gradio-app/gradio/commit/d515a2e189a82883e85730157706f6f2865e9aba) - Make allow_tags=True the default in gr.Chatbot. Thanks @PRIME-SV!
- [#12010](https://github.com/gradio-app/gradio/pull/12010) [`844cd62`](https://github.com/gradio-app/gradio/commit/844cd626fb11ad604386dbb0411fc9b94effaf11) - fix: enable padding by default in HTML component. Thanks @PRIME-SV!
- [#12041](https://github.com/gradio-app/gradio/pull/12041) [`90e8a2c`](https://github.com/gradio-app/gradio/commit/90e8a2c23774e1d2a7401bccf4bdc86f70531de5) - Video subtitles. Thanks @dawoodkhan82!

## 5.49.1

### Fixes
Expand Down
6 changes: 6 additions & 0 deletions client/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gradio/client

## 2.0.0-dev.0

### Features

- [#11908](https://github.com/gradio-app/gradio/pull/11908) [`53d9098`](https://github.com/gradio-app/gradio/commit/53d9098cca378f6ebff9dec15d2faa8a3d2fb510) - [No Merge] Gradio 6.0. Thanks @freddyaboulton!

## 1.19.1

### Fixes
Expand Down
16 changes: 8 additions & 8 deletions client/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Client.connect("user/space-name");

#### `options`

The options object can optionally be passed a second parameter. This object has two properties, `hf_token` and `status_callback`.
The options object can optionally be passed a second parameter. This object has two properties, `token` and `status_callback`.

##### `hf_token`
##### `token`

This should be a Hugging Face personal access token and is required if you wish to make calls to a private gradio api. This option is optional and should be a string starting with `"hf_"`.

Expand All @@ -57,7 +57,7 @@ Example:
```ts
import { Client } from "@gradio/client";

const app = await Client.connect("user/space-name", { hf_token: "hf_..." });
const app = await Client.connect("user/space-name", { token: "hf_..." });
```

##### `status_callback`
Expand Down Expand Up @@ -267,7 +267,7 @@ The duplicate function will attempt to duplicate the space that is referenced an
import { Client } from "@gradio/client";

const app = await Client.duplicate("user/space-name", {
hf_token: "hf_..."
token: "hf_..."
});
```

Expand All @@ -279,7 +279,7 @@ The space to duplicate and connect to. [See `client`'s `source` parameter](#sour

#### `options`

Accepts all options that `client` accepts, except `hf_token` is required. [See `client`'s `options` parameter](#source).
Accepts all options that `client` accepts, except `token` is required. [See `client`'s `options` parameter](#source).

`duplicate` also accepts one additional `options` property.

Expand All @@ -291,7 +291,7 @@ This is an optional property specific to `duplicate`'s options object and will d
import { Client } from "@gradio/client";

const app = await Client.duplicate("user/space-name", {
hf_token: "hf_...",
token: "hf_...",
private: true
});
```
Expand All @@ -304,7 +304,7 @@ This is an optional property specific to `duplicate`'s options object and will s
import { Client } from "@gradio/client";

const app = await Client.duplicate("user/space-name", {
hf_token: "hf_...",
token: "hf_...",
private: true,
timeout: 5
});
Expand Down Expand Up @@ -334,7 +334,7 @@ Possible hardware options are:
import { Client } from "@gradio/client";

const app = await Client.duplicate("user/space-name", {
hf_token: "hf_...",
token: "hf_...",
private: true,
hardware: "a10g-small"
});
Expand Down
16 changes: 4 additions & 12 deletions client/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradio/client",
"version": "1.19.1",
"version": "2.0.0-dev.0",
"description": "Gradio API client",
"type": "module",
"main": "dist/index.js",
Expand All @@ -17,19 +17,11 @@
"./browser.js": "./dist/browser.js"
},
"dependencies": {
"@types/eventsource": "^1.1.15",
"bufferutil": "^4.0.7",
"eventsource": "^2.0.2",
"fetch-event-stream": "^0.1.5",
"msw": "^2.2.1",
"semiver": "^1.1.0",
"textlinestream": "^1.1.1",
"typescript": "^5.0.0",
"ws": "^8.13.0"
"fetch-event-stream": "^0.1.5"
},
"devDependencies": {
"@types/ws": "^8.5.10",
"esbuild": "^0.21.0"
"msw": "^2.2.1",
"typescript": "^5.0.0"
},
"scripts": {
"bundle": "vite build --ssr",
Expand Down
Loading
Loading