This website requires JavaScript.
Explore
Help
Sign In
mirror
/
gradio
Watch
2
Star
0
Fork
0
You've already forked gradio
mirror of
https://github.com/gradio-app/gradio.git
synced
2025-02-11 11:19:58 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4d629f04cc
gradio
/
client
/
python
/
requirements.txt
7 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Sets up the Python `gradio` client (#3300) * placeholder * changelog * added to readme * client * implement futures * utils * scripts * lint * reorg * scripts * serialization * cleanup * fns * serialize * cache * callbacks * updates * formatting * packaging * requirements * remove changelog * client * access token * formatting * deprecate * format backend * client replace * updates * moving from utils * remove code duplication * rm duplicates * simplify * galleryserializer * serializable * load serializers * fixing errors * errors * typing * tests * changelog * lint * fix lint * fixing files * formatting * type * fix type checking * changelog * changelog * Update client/python/gradio_client/client.py Co-authored-by: Lucain <lucainp@gmail.com> * formatting, tests * formatting, tests * gr.load * refactoring * refactoring' * formatting * formatting * tests * tests * fix tests * cleanup * added tests * adding scripts * formatting * address review comments * readme * serialize info * remove from changelog * version 0.0.2 released * lint * type fix * check * type issues * hf_token * update hf token * telemetry * docs, circle dependency * hf token * formatting * updates * sort * script * external * docs * formatting * fixes * scripts * requirements * fix tests * context * changes * formatting * fixes * format fix --------- Co-authored-by: Lucain <lucainp@gmail.com>
2023-03-24 06:33:44 +08:00
requests
websockets
packaging
fsspec
Import Literal from typing extensions in client (#3741) * Fix typing extensions * Import typing_extensions --------- Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-04-04 10:17:00 +08:00
huggingface_hub>=0.13.0
Python client cancel jobs (#3787) * Working impl * Add tests: * formatting * Fix typo * Always reset iterator state * Add httpx * Fix test * Fix test --------- Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-04-09 22:22:49 +08:00
typing_extensions
httpx
Reference in New Issue
Copy Permalink