Freddy Boulton
175bba2117
Add requirements.txt and test_files to source dist ( #1817 )
2022-07-18 12:03:13 -04:00
Peder Bergebakken Sundt
745e69d75c
Distribute gradio.test_data on pypi ( #1706 )
2022-07-05 11:28:59 +03:00
Freddy Boulton
057239b1d3
Use requirements.txt to specify dependencies. Delete egg-info ( #1669 )
...
* Use requirements.txt
* Fix checksum in circleci
* Ignore egg info dir
* Install from requirements.txt
* Install gradio
* Use importlib instead of pkg_resources
2022-07-04 06:57:12 -07:00
Abubakar Abid
0f44cf8012
Read version.txt ( #1631 )
...
* read version from version.txt
* reordered lines
2022-06-24 21:24:57 -07:00
Halil Ibrahim Bestil
51c8c34486
Async Request Class ( #1595 )
...
* Implement Request class and its tests.
* Add new requirements
* Reformat codebase.
* Fix formatting.
* Add library level requirements.
* Convert validated_data property to get_validated_data function.
* Fix the client fixture.
* Update test/test_utils.py
* Update test/test_utils.py
* Fix the client fixture.
* Add missing initialization for Request._validated_data
* Fix async test problem with test_tunneling.py
* Update gradio/utils.py
* Update gradio/utils.py
* Fix formatting.
Co-authored-by: Ömer Faruk Özdemir <farukozderim@gmail.com>
2022-06-23 20:44:04 +03:00
Abubakar Abid
d455baca4e
Fix images for pypi guide ( #1560 )
...
* fix images for pypi
* reverted changes to readme
* remove print
* fix
2022-06-14 12:30:09 -07:00
Ömer Faruk Özdemir
04a0764394
Handle async funcs within sync scopes ( #1547 )
...
* handle_async_funcs
- save temporary work
* handle_async_funcs
- handle async functions in sync domain both in background or sync
* handle_async_funcs
- tweaks
* handle_async_funcs
- format
* handle_async_funcs
- tweaks
* handle_async_funcs
- fixes
* revert gradio.egg files
* added to requires
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2022-06-14 22:18:59 +03:00
Abubakar Abid
d10bca27c0
Skip tests that return 429 from HF Hub API ( #1559 )
...
* skip tests
* formatting
* formatting and fixes
2022-06-13 17:57:45 -07:00
Abubakar Abid
c7c93f54a3
updated PyPi version to 3.0.13 ( #1483 )
2022-06-07 15:54:14 -07:00
Simon Mo
ddd7fa13dc
Lower bound Python version to 3.7 ( #1480 )
...
* Lower bound Python version to 3.7
* Update doc
2022-06-07 12:00:29 -07:00
Chih-Yu Yeh
f6414d3c33
fix issue#1353 ( #1457 )
...
* fix issue#1353
* change logic
* changes
Co-authored-by: Ali Abid <aabid94@gmail.com>
2022-06-06 07:58:19 -07:00
Abubakar Abid
282748b4af
updated PyPi version to 3.0.11 ( #1458 )
2022-06-03 00:13:16 -07:00
aliabid94
188d8bc65d
Allow async js fn ( #1439 )
...
* updated PyPi version to 3.0.10
* updated PyPi version to 3.0.9b10
* fixes
* updated PyPi version to 3.0.9b11
* fix update sript
* changes
2022-06-01 11:34:07 -07:00
aliabid94
988f42c4b2
Broken examples hotfix ( #1412 )
...
* fix
* changes
* changes
* changes
* changes
2022-05-28 22:01:13 -07:00
aliabid94
40ed4df9ad
fix examples [hotfix] ( #1411 )
...
* fix
* changes
* changes
2022-05-28 21:56:05 -07:00
Abubakar Abid
22e551392f
Reload fix ( #1392 )
...
* updated PyPi version to 3.0.6
* updated PyPi version to 3.0.6b1
* updated reload.py
* updated PyPi version to 3.0.6b2
* fixed abs path issue
* updated PyPi version to 3.0.6b3
* formatting
* testing
* testing
* reload-fix
- tweaks
* reload-fix
- refornat
* reload-fix
- tweaks on comments
Co-authored-by: Ömer Faruk Özdemir <farukozderim@gmail.com>
2022-05-28 21:18:23 -07:00
Abubakar Abid
d4a8077341
updated PyPi version to 3.0.6 ( #1391 )
2022-05-26 15:03:33 -07:00
Ömer Faruk Özdemir
fc054a16ab
reload-dev-mode ( #1370 )
...
* reload-dev-mode
- add dev reload mode
* reload-dev-mode
- support reload mode from different directories as well
* reload-dev-mode
- add file reload to the dev-reload-mode
* Update contributing
* Update CONTRIBUTING.md
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
* reload-dev-mode
- fetch gradio_folder with inspect, allowing running in reload dev mode from any directory
- unite user and dev reload mode
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2022-05-25 10:12:24 +03:00
Ömer Faruk Özdemir
e4b5d4c1b7
Reload mode on ( #1278 )
...
* reload-mode
-trys save
* reload-mode
- create minimal reloading example
* reload-mode
- create minimal reloading examples
* reload-mode
- amend
* reload-mode
- add user_mode
* reload-mode
- tweaks
* updated PyPi version to 3.0.3
* reloading
* reload
* formatting
* flexibility in naming
* added dev_mode flag to config
* added app id
* frontend changes
* changed debug level to warning to make less verbose
* Update ui/packages/app/src/main.ts
* fixed tests
* formatting
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Co-authored-by: Ali Abid <aabid94@gmail.com>
2022-05-23 14:38:53 -07:00
Abubakar Abid
7248f1359b
Hotfixes for plot ( #1355 )
...
* fixed plot and added tests
* 3.0.4
* formatting
* fixed tests
2022-05-22 13:54:04 -07:00
Abubakar Abid
d34d3181b4
updated PyPi version to 3.0.3 ( #1351 )
2022-05-20 18:06:52 -07:00
Abubakar Abid
189ec173b6
updated PyPi version to 3.0.2 ( #1311 )
2022-05-17 07:40:19 -07:00
Abubakar Abid
2b39288e9e
updated PyPi version to 3.0 ( #1290 )
2022-05-16 13:08:42 -07:00
Abubakar Abid
7043820b77
release 3.0b9 ( #1283 )
...
* release
* updated PyPi version to 3.0b9
2022-05-16 11:25:35 -07:00
Abubakar Abid
897d396a00
Hotfixes for course demos ( #1222 )
...
* images have change() events
* fixed update issue
* updated version to 2.9b50
2022-05-11 19:30:28 -07:00
aliabid94
5fc00b4567
Automatic word-break in highlighted text, combine_adjacent support ( #1209 )
...
* changes
* changes
* updated PyPi version to 2.9b26
* changes
* css tweaks (#1213 )
* css tweaks
* more tweaks
* fix lint error
Co-authored-by: pngwn <hello@pngwn.io>
2022-05-11 20:09:25 +01:00
Abubakar Abid
871c9713b4
Restored /api/predict/ endpoint for Interfaces ( #1199 )
...
* updated PyPi version to 2.9b25
* added /api/predict reverse compatibility
* fixed flagging
* formatting
* fixed networking tests
* added queue false
2022-05-09 18:05:30 -07:00
Abubakar Abid
6a34a67b0a
config hotfix and v. 2.9b23 ( #1158 )
...
* config fix
* updated PyPi version to 2.9b23
2022-05-04 02:13:43 -07:00
Abubakar Abid
12f2374a2b
networking tweak ( #1143 )
...
* networking tweak
* updated PyPi version to 2.9b20
* tweaks
* updated PyPi version to 2.9b21
Co-authored-by: pngwn <hello@pngwn.io>
2022-05-03 15:56:53 -07:00
Abubakar Abid
122b988f45
made default value in textbox empty string ( #1135 )
...
* made defaultvalue in textbox empty string
* updated PyPi version to 2.9b12
2022-04-29 18:32:13 +01:00
Abubakar Abid
6d0a6ccb83
Hotfix + New pypi release 2.9b11 ( #1118 )
...
* updated PyPi version to 2.9.0b10
* hotfix
* updated PyPi version to 2.9b11
2022-04-28 03:28:47 -07:00
Ali Abdalla
f088679e2a
Website Reload Error ( #1099 )
...
* copy README to docker
* remove print statement
2022-04-27 06:02:11 +02:00
Abubakar Abid
90aff5482a
Release 2.9b9 ( #1098 )
...
* encrypt issue
* formatting
* added pypi friendly description
* updated pypi version
2022-04-26 14:26:54 -07:00
Abubakar Abid
1dacb6758a
updated PyPi version to 2.9.0b8 ( #1059 )
2022-04-21 08:14:23 -07:00
Abubakar Abid
ef8b97223d
Fixing import issues so that the package successfully installs on colab notebooks ( #1027 )
...
* updated PyPi version to 2.9.0b
* added to init
* moved media_data
* formatting
* updated PyPi version to 2.9.0b2
2022-04-19 11:27:32 -07:00
Abubakar Abid
6a432c997f
updated PyPi version to 2.9.0b ( #1026 )
2022-04-19 09:41:20 -07:00
Ali Abid
c15885f0cc
merge master
2022-04-19 00:22:43 -07:00
Ali Abid
4f1947d8c7
merge in master
2022-04-18 18:36:43 -07:00
Abubakar Abid
10f938af9f
release 2.9.4 ( #1006 )
2022-04-14 23:38:12 -07:00
Abubakar Abid
e94e3f02a6
Release 2.9.3 ( #1003 )
...
* updated PyPi version to 2.9.2
* removed black typo
* fixed black typo
2022-04-14 15:07:27 -07:00
Abubakar Abid
2616afd309
updated PyPi version to 2.9.2 ( #1002 )
2022-04-14 15:00:14 -07:00
Ömer Faruk Özdemir
5637cf9736
add jinja2 to reqs ( #969 )
2022-04-09 10:30:19 +03:00
Abubakar Abid
14137eac7e
update pypi to 2.9.1
2022-03-31 17:25:48 -07:00
Abubakar Abid
8715ef6e00
updated PyPi version to 2.9.0
2022-03-29 10:13:00 -07:00
Abubakar Abid
1a500bff43
pushed beta version to pypi
2022-03-28 07:42:00 -07:00
Abubakar Abid
31f9bc112d
updated PyPi version to 2.8.14
2022-03-25 08:45:34 -07:00
Abubakar Abid
d1874929eb
2.8.13 release
2022-03-21 11:15:31 -07:00
aliabid94
1a4302ce88
description width fix ( #836 )
...
* fix
* upgrade
Co-authored-by: Ali Abid <aliabid94@gmail.com>
2022-03-18 09:14:07 -05:00
aliabid94
fcacdd1b34
version upgrade ( #833 )
...
Co-authored-by: Ali Abid <aliabid94@gmail.com>
2022-03-17 14:19:15 -05:00
aliabid94
0695561925
fix audio output cache ( #804 )
...
* fix audio output cache
* changes
* version update
Co-authored-by: Ali Abid <aliabid94@gmail.com>
Former-commit-id: fab4a311b07b32ff21b020322dce9143b9e506fa
2022-03-10 10:28:02 -08:00