Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pending events behavior #5826

Merged
merged 105 commits into from
Oct 25, 2023
Merged

Pending events behavior #5826

merged 105 commits into from
Oct 25, 2023

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    0be2a9c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into v4

    pngwn authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    769d80f View commit details
    Browse the repository at this point in the history
  3. release first version (#5500)

    * release packages
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    pngwn and gradio-pr-bot authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ac1bd37 View commit details
    Browse the repository at this point in the history
  4. fix changeset (#5502)

    pngwn authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    108dc6e View commit details
    Browse the repository at this point in the history
  5. add changeset

    gradio-pr-bot committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    76f1897 View commit details
    Browse the repository at this point in the history
  6. release first version

    pngwn committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    681f10c View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into v4

    pngwn authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    78a4f85 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Merge branch 'main' into v4

    pngwn authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    206ce3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc5340d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2772235 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Custom components (#5507)

    * Add flag
    
    * Copy front-end
    
    * Add backend code
    
    * Remove breakpoint
    
    * Fix init
    
    * Add code
    
    * File reorg
    
    * Fix types
    
    * Upload files
    
    * Fix code
    
    * Custom components
    
    * Add code
    
    * Client changes
    
    * More changes
    
    * Add code
    
    * Add code
    
    * Fix reversion
    
    * build hook integration
    
    * Add code
    
    * rm file
    
    * Add code
    
    * rename cli
    
    * Add code
    
    * Nicer cli
    
    * Add display class
    
    * Add backend devmide
    
    * Add code?
    
    * Add code
    
    * Add paths and fix reload mdoe
    
    * Fix .then
    
    * changes
    
    * fix
    
    * fix
    
    * changes
    
    * changes
    
    * changes
    
    * Fix versions
    
    * Fix wheel build from source
    
    * Add code
    
    * Get no template case working
    
    * Cc fe (#5509)
    
    * tweaks
    
    * fix 18n
    
    * fix 18n
    
    * tweaks
    
    * Change name
    
    ---------
    
    Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
    
    * Do not use live display for dev mode
    
    * Clean up front-end server print statements a little bit
    
    * Fix success event
    
    * Cc fe 2 (#5526)
    
    * tweaks
    
    * fix examples
    
    * fix backend port
    
    * fix things
    
    * fix
    
    * Fix json component flagging
    
    * fix
    
    * fuix
    
    ---------
    
    Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
    
    * Fix template (#5533)
    
    * Fix type hint (#5536)
    
    * fix custom components when installed from wheel (#5552)
    
    * Fix all demos custom components (#5555)
    
    * Fix all_demos
    
    * Fix issues
    
    * trigger ci
    
    * add changeset
    
    * Fix merge
    
    * lockfile
    
    * Add code
    
    * add code
    
    * Fix command
    
    * Add code
    
    * Fix highlighted text
    
    * fix interactive highlighted text
    
    * tweak ci
    
    * Disable example caching for load right now
    
    ---------
    
    Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    3 people authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1385dc6 View commit details
    Browse the repository at this point in the history
  2. image fixes (#5589)

    * Add flag
    
    * Copy front-end
    
    * Add backend code
    
    * Remove breakpoint
    
    * Fix init
    
    * Add code
    
    * File reorg
    
    * Fix types
    
    * Upload files
    
    * Fix code
    
    * Custom components
    
    * Add code
    
    * Client changes
    
    * More changes
    
    * Add code
    
    * Add code
    
    * Fix reversion
    
    * build hook integration
    
    * Add code
    
    * rm file
    
    * Add code
    
    * rename cli
    
    * Add code
    
    * Nicer cli
    
    * Add display class
    
    * Add backend devmide
    
    * Add code?
    
    * Add code
    
    * Add paths and fix reload mdoe
    
    * Fix .then
    
    * changes
    
    * fix
    
    * fix
    
    * changes
    
    * changes
    
    * changes
    
    * Fix versions
    
    * Fix wheel build from source
    
    * Add code
    
    * Get no template case working
    
    * Cc fe (#5509)
    
    * tweaks
    
    * fix 18n
    
    * fix 18n
    
    * tweaks
    
    * Change name
    
    ---------
    
    Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
    
    * Do not use live display for dev mode
    
    * Clean up front-end server print statements a little bit
    
    * Fix success event
    
    * Cc fe 2 (#5526)
    
    * tweaks
    
    * fix examples
    
    * fix backend port
    
    * fix things
    
    * fix
    
    * Fix json component flagging
    
    * fix
    
    * fuix
    
    ---------
    
    Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
    
    * Fix template (#5533)
    
    * Fix type hint (#5536)
    
    * fix custom components when installed from wheel (#5552)
    
    * Fix all demos custom components (#5555)
    
    * Fix all_demos
    
    * Fix issues
    
    * trigger ci
    
    * add changeset
    
    * Fix merge
    
    * lockfile
    
    * Add code
    
    * add code
    
    * Fix command
    
    * Add code
    
    * Fix highlighted text
    
    * fix interactive highlighted text
    
    * tweak ci
    
    * fix image uploads
    
    * add changeset
    
    * remove changeset
    
    * add changeset
    
    ---------
    
    Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    3 people authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    af1b2f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48065e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Fix json

    freddyaboulton committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    09a45a7 View commit details
    Browse the repository at this point in the history
  2. Fix updateable

    freddyaboulton committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6e4cf31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f897fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    beae2df View commit details
    Browse the repository at this point in the history
  5. fix enum

    freddyaboulton committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c454f54 View commit details
    Browse the repository at this point in the history
  6. Add code

    freddyaboulton committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c6630c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc8fe78 View commit details
    Browse the repository at this point in the history
  8. fix

    pngwn committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4ea849e View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into v4

    pngwn committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    789c3f9 View commit details
    Browse the repository at this point in the history
  10. fix

    pngwn committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    5a6e69a View commit details
    Browse the repository at this point in the history
  11. chore: update versions (beta) (#5501)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    pngwn and github-actions[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3b1afd0 View commit details
    Browse the repository at this point in the history
  12. Fix js deps in cli and add gradio-preview artifacts to build (#5610)

    * Fix js dependencies in cli
    
    * Add preview to build command
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    73f2e8e View commit details
    Browse the repository at this point in the history
  13. chore: update versions (beta) (#5612)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    pngwn and github-actions[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    71c10a3 View commit details
    Browse the repository at this point in the history
  14. backend linting (#5613)

    * backend linting
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d0b22b6 View commit details
    Browse the repository at this point in the history
  15. Publish js theme (#5615)

    * Publish js theme
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    142880b View commit details
    Browse the repository at this point in the history
  16. chore: update versions (beta) (#5614)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    pngwn and github-actions[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2804b73 View commit details
    Browse the repository at this point in the history
  17. Add code (#5617)

    freddyaboulton authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c0f0d56 View commit details
    Browse the repository at this point in the history
  18. Add docstring to trigger release (#5618)

    * Add docstring
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    327cc4a View commit details
    Browse the repository at this point in the history
  19. chore: update versions (beta) (#5619)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    pngwn and github-actions[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3ce794a View commit details
    Browse the repository at this point in the history
  20. fix build and broken imports (#5620)

    * fix broken import
    
    * fix build scripts
    
    * add changeset
    
    * Update js/statustracker/static/index.svelte
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    pngwn and gradio-pr-bot authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c4c25ec View commit details
    Browse the repository at this point in the history
  21. chore: update versions (beta) (#5621)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    pngwn and github-actions[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    73a9ff3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Fix esbuild (#5624)

    * fix build
    
    * fix build
    
    * add changeset
    
    * fix build
    
    * fix
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    pngwn and gradio-pr-bot authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    14fc612 View commit details
    Browse the repository at this point in the history
  2. chore: update versions (beta) (#5626)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    pngwn and github-actions[bot] authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    78a6178 View commit details
    Browse the repository at this point in the history
  3. Fix esbuild (#5629)

    * fix build
    
    * fix build
    
    * add changeset
    
    * fix build
    
    * fix
    
    * asd
    
    * more fix
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    pngwn and gradio-pr-bot authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    3e52bd4 View commit details
    Browse the repository at this point in the history
  4. asd (#5630)

    pngwn authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    0b4fd5b View commit details
    Browse the repository at this point in the history
  5. chore: update versions (beta) (#5631)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    pngwn and github-actions[bot] authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a90c529 View commit details
    Browse the repository at this point in the history
  6. Some minor v4 fixes (#5637)

    * Add code
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    670cfb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Publish all components to npm (#5648)

    * Publish image component
    
    * publish components
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c573e23 View commit details
    Browse the repository at this point in the history
  2. chore: update versions (beta) (#5638)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    pngwn and github-actions[bot] authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    151e74f View commit details
    Browse the repository at this point in the history
  3. Fix front-end imports + other misc fixes (#5649)

    * Fix console error
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d56b355 View commit details
    Browse the repository at this point in the history
  4. Add overwrite flag to create command (#5651)

    * Add overwrite flag to create command
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    0ab84bf View commit details
    Browse the repository at this point in the history
  5. chore: update versions (beta) (#5650)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    pngwn and github-actions[bot] authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d7cb9fa View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Add code

    freddyaboulton committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ca0db98 View commit details
    Browse the repository at this point in the history
  2. Make layout components templateable (#5665)

    * Split out layouts
    
    * Refactor cli
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0b072d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Patch fixes (#5678)

    * Handle lowercase template name frontend
    
    * Lint
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    6be98da View commit details
    Browse the repository at this point in the history
  2. Fix build and file route (#5680)

    * Add code
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    77c5ad9 View commit details
    Browse the repository at this point in the history
  3. chore: update versions (beta) (#5662)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    pngwn and github-actions[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b4b3865 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. V4 fix typing (#5686)

    * Add examples for series and parallel
    
    * v4 fix typing
    
    * add changeset
    
    * Fix
    
    * Fix
    
    * Fix 3.8
    
    * Fix typing 3.8
    
    * Lint
    
    * Add code
    
    * Add key
    
    * Fix typing
    
    * Add code
    
    * Fix deps
    
    * Fix fastapi
    
    * Fix version
    '
    :
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e19d333 View commit details
    Browse the repository at this point in the history
  2. Use overrides (#5695)

    * Use overrides
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5d60869 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. ensure client is copied along with components (#5709)

    * ensure client is copied along with components
    
    * add changeset
    
    * add changeset
    pngwn authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6ebaeaa View commit details
    Browse the repository at this point in the history
  2. chore: update versions (beta) (#5688)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    pngwn and github-actions[bot] authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    77dc1d1 View commit details
    Browse the repository at this point in the history
  3. fix build config (#5710)

    pngwn authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    e652ace View commit details
    Browse the repository at this point in the history
  4. Fix python unit tests for v4 (#5715)

    * Add code
    
    * Fix tests
    
    * Add ci
    
    * Add code
    
    * fix test_blocks
    
    * More fixes
    
    * Last changes
    
    * add changeset
    
    * Add code
    
    * Continue for the sake of some green ci
    
    * Proper api info
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    9b3d550 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Better test dir check (#5719)

    * FIx test-dir check
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    f7e1543 View commit details
    Browse the repository at this point in the history
  2. Use path to npm executable in subprocess (#5736)

    * Use path to npm in subprocess
    
    * Fix dev mode too
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    59049e5 View commit details
    Browse the repository at this point in the history
  3. Add Error + test (#5738)

    * Add Error + test
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    1c644a2 View commit details
    Browse the repository at this point in the history
  4. Fix component regex (#5739)

    * Add code
    
    * Fix component regex
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    438d08e View commit details
    Browse the repository at this point in the history
  5. Fix layout templates (#5740)

    * Fix templates
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    6071e67 View commit details
    Browse the repository at this point in the history
  6. Fix template remaining components (#5743)

    * add code
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b4f8d89 View commit details
    Browse the repository at this point in the history
  7. --overwrite deletes previous content (#5744)

    * Add code
    
    * Add code
    
    * add changeset
    
    * Add test
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    199208e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Support call method (#5751)

    * Support call method
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    95e35cd View commit details
    Browse the repository at this point in the history
  2. Fix windows ci build (#5752)

    * Try bash
    
    * Use cross-env
    
    * Trigger CI
    
    * Fix comma
    
    * add changeset
    
    * Modify lock file
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    771cca2 View commit details
    Browse the repository at this point in the history
  3. Fix windows paths (#5745)

    * Use posix path
    
    * add changeset
    
    * add changeset
    
    * Try normalize
    
    * to_posix v2
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    f2154eb View commit details
    Browse the repository at this point in the history
  4. chore: update versions (beta) (#5717)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    pngwn and github-actions[bot] authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    24200ba View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Simplify how files are handled in components in 4.0 (#5768)

    * Client and upload route hash files
    
    * Refactor logic
    
    * add changeset
    
    * Add code
    
    * View API fix
    
    * Fix client tests
    
    * Dumb windows fix
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    00b4e9b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Fix deployed demos on v4 branch (#5770)

    * Template fixes
    
    * add changeset
    
    * add changeset
    
    * Fix streaming audio
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    7d29896 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Name Endpoints if api_name is None (#5782)

    * Implementation and test
    
    * add changeset
    
    * fix lint
    
    * Fix nits
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    370a33a View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. pending events

    dawoodkhan82 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    97b7d24 View commit details
    Browse the repository at this point in the history
  2. add changeset

    gradio-pr-bot committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    33614b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Set api=False for cancel events (#5851)

    * Set api=False for cancel events
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4ee02d7 View commit details
    Browse the repository at this point in the history
  2. V4: Set cache dir for some component tests (#5852)

    * Add code
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    46e63d6 View commit details
    Browse the repository at this point in the history
  3. V4: Use async version of shutil in upload route (#5853)

    * Use async shutil copy
    
    * add changeset
    
    ---------
    
    Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
    freddyaboulton and gradio-pr-bot authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    6f34b76 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    c652e08 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. trigger_mode

    dawoodkhan82 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    cf0dd41 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. changes

    dawoodkhan82 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9fc27e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. merge

    dawoodkhan82 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4e117ce View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. undo

    dawoodkhan82 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e3aac6e View commit details
    Browse the repository at this point in the history
  2. undo

    dawoodkhan82 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d2bd16a View commit details
    Browse the repository at this point in the history
  3. add changeset

    gradio-pr-bot committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b5939bb View commit details
    Browse the repository at this point in the history
  4. undo

    dawoodkhan82 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c35d8ec View commit details
    Browse the repository at this point in the history
  5. add changeset

    gradio-pr-bot committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b940e8c View commit details
    Browse the repository at this point in the history
  6. image undo

    dawoodkhan82 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a669eaa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c126bc4 View commit details
    Browse the repository at this point in the history
  8. add changeset

    gradio-pr-bot committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    089367e View commit details
    Browse the repository at this point in the history
  9. fix merge errors

    dawoodkhan82 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    900ae5d View commit details
    Browse the repository at this point in the history
  10. remove prints

    dawoodkhan82 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b3c22d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    00e0d80 View commit details
    Browse the repository at this point in the history
  12. change

    dawoodkhan82 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    faf43c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    6bf8922 View commit details
    Browse the repository at this point in the history
  2. fix

    dawoodkhan82 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5e46a89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb923ba View commit details
    Browse the repository at this point in the history
  4. fix error

    dawoodkhan82 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    4b93623 View commit details
    Browse the repository at this point in the history
  5. change

    dawoodkhan82 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    aa1152e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    882a5e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. quick fix

    dawoodkhan82 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    31f2adb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9733fc7 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    96b919b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    3d8663a View commit details
    Browse the repository at this point in the history
  2. trigger_mode param

    dawoodkhan82 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    43ae104 View commit details
    Browse the repository at this point in the history
  3. type

    dawoodkhan82 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    9deb783 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7279e5 View commit details
    Browse the repository at this point in the history
  5. value error

    dawoodkhan82 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0cb1eba View commit details
    Browse the repository at this point in the history