gradio/client/python/test
Abubakar Abid 52d0885937
Allow client to be duplicated from an existing Space (#3809)
* client

* readme

* readme

* fixes

* cleanup

* error messages

* format

* updates

* format

* build

* fixes

* fix tests

* Update client/python/gradio_client/client.py

Co-authored-by: aliabid94 <aabid94@gmail.com>

* set timeout

* rename

* format

* rename

* sleep timeout

* format

* mock secrets

* format

* format

* docstring

* fix test

---------

Co-authored-by: aliabid94 <aabid94@gmail.com>
2023-04-12 13:26:37 -07:00
..
conftest.py Add job for python client ci (#3674) 2023-03-28 18:52:56 -04:00
requirements.txt CI tweaks (#3752) 2023-04-04 14:02:20 -04:00
test_client.py Allow client to be duplicated from an existing Space (#3809) 2023-04-12 13:26:37 -07:00
test_documentation.py Document python client in gradio.app/docs (#3764) 2023-04-06 12:58:42 -07:00
test_serializing.py Python Client: Upload files via /upload for File components (#3771) 2023-04-07 19:42:59 -04:00
test_utils.py