mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-18 12:50:30 +08:00
Fixes typos (#3931)
* Fixes typos * Update CHANGELOG.md --------- Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
This commit is contained in:
parent
5e9c3b0ac8
commit
3b114cbc2b
@ -14,6 +14,7 @@ No changes to highlight.
|
||||
- Fix issue in `gr.Gallery()` where setting height causes aspect ratio of images to collapse by [@dawoodkhan82](https://github.com/dawoodkhan82) in [PR 3830](https://github.com/gradio-app/gradio/pull/3830)
|
||||
- Fix issue where requesting for a non-existing file would trigger a 500 error by [@micky2be](https://github.com/micky2be) in `[PR 3895](https://github.com/gradio-app/gradio/pull/3895)`.
|
||||
- Fix bugs with abspath about symlinks, and unresolvable path on Windows by [@micky2be](https://github.com/micky2be) in `[PR 3895](https://github.com/gradio-app/gradio/pull/3895)`.
|
||||
- Fixes type in client `Status` enum by [@10zinten](https://github.com/10zinten) in [PR 3931](https://github.com/gradio-app/gradio/pull/3931)
|
||||
|
||||
## Documentation Changes:
|
||||
|
||||
|
@ -77,7 +77,7 @@ class Status(Enum):
|
||||
QUEUE_FULL = "QUEUE_FULL"
|
||||
IN_QUEUE = "IN_QUEUE"
|
||||
SENDING_DATA = "SENDING_DATA"
|
||||
PROCESSING = "PROCESSSING"
|
||||
PROCESSING = "PROCESSING"
|
||||
ITERATING = "ITERATING"
|
||||
FINISHED = "FINISHED"
|
||||
CANCELLED = "CANCELLED"
|
||||
|
Loading…
x
Reference in New Issue
Block a user