Commit Graph

835 Commits

Author SHA1 Message Date
Ali Abid
9f8c06e0c2 Merge branch 'master' of https://github.com/gradio-app/gradio 2020-11-04 12:16:17 -08:00
Ali Abid
a723c68028 fix demo: calculator examples 2020-11-04 12:16:10 -08:00
Abubakar Abid
f9443cd83c updated PyPi version 2020-11-04 13:23:55 -06:00
Abubakar Abid
14b786144e updated PyPi version 2020-11-04 13:21:59 -06:00
Abubakar Abid
d3ee2ae455 updated PyPi version 2020-11-04 13:21:37 -06:00
Abubakar Abid
8c3d653309 updated PyPi version 2020-11-04 13:20:42 -06:00
Abubakar Abid
21b10fcae8 1.3.0 2020-11-04 13:20:29 -06:00
aliabd
41251f858b Merge branch 'master' of github.com:gradio-app/gradio
t push# Please enter a commit message to explain why this merge is necessary,
2020-11-04 23:14:26 +04:00
aliabd
b5d49088a1 changed golden to reflect new buttons 2020-11-04 23:14:21 +04:00
Ali Abid
fdfa94b9e7 fix failing tests 2020-11-04 08:57:09 -08:00
aliabd
780091979e changed golden images for test demos 2020-11-04 20:07:46 +04:00
aliabd
f122bf24bd fixed image_mod test to match demo 2020-11-04 19:54:55 +04:00
aliabid94
503a67aa9d Allow for bulk input from examples (#74)
* bulk input first commit

* add titanic demo support

* remove flagged content

* route vendor files through gradio.app if share=True; cache bust other static files

* s

* navigate examples with arrow keys

* navigate examples with arrow keys

* navigate examples with arrow keys

Co-authored-by: Ali Abid <aliabid94@gmail.com>
2020-11-04 07:38:48 -08:00
Ali Abid
9f9991d058 add imagenet labels for demo 2020-11-02 18:21:31 -08:00
Ali Abid
37a552c9c1 fix interpretation look for textbox 2020-11-02 11:55:17 -08:00
aliabid94
d2967e3dd7 Merge pull request #73 from gradio-app/interpretation
Add full interpretation
2020-11-02 08:11:26 -08:00
Ali Abid
1612808cdf merge fix 2020-11-02 08:05:52 -08:00
Ali Abid
b80d20e001 hide legend until inpret is clicked 2020-11-02 07:59:30 -08:00
Ali Abid
d4469a346a enforce static url path for tests 2020-11-02 06:53:30 -08:00
aliabd
1e4fefdcff fix launch port issue 2020-11-02 16:51:50 +04:00
Ali Abid
cf1b7c58d9 add explanantion legend 2020-10-30 11:32:45 -07:00
Ali Abid
1da8db393c remove share from tax_calculator demo 2020-10-30 10:00:56 -07:00
Ali Abid
5c87b2aa96 route vendor files through gradio.app if share=True; cache bust other static files 2020-10-30 09:58:16 -07:00
Ali Abid
6eb945f639 support examples for all types; fix failing tests 2020-10-28 11:39:28 -07:00
Ali Abid
5688b7ec5a update readme 2020-10-26 17:55:41 -07:00
Ali Abid
dc8c5a7e09 update demos and readme 2020-10-26 15:35:38 -07:00
Ali Abid
5533ecac15 update demos and readme 2020-10-26 15:31:43 -07:00
Ali Abid
2a7d9972c9 update demos and readme 2020-10-26 15:27:28 -07:00
Ali Abdalla
d4d768e9be End-to-end UI tests with Selenium (#72)
* selenium test file

* selenium test

* added save_to as interface attribute, 4 demo tests with selenium

* change name to test_demos

* fixed wait until, removed path insertion

* added selenium to circleci config

* trying chrome driver image

* removing cache from circlci

* using chromedriver_installer

* adding deps for chromedriver

* sudo

* removed chromedriver

* added chromium-chromedriver

* using chromedriver-py

* using service instead of exec path

* using latest selenium

* using browsers image

* added cwd to tmp and test paths

* saving artifacts

* added tmp.txt

* changed driver size

* elem.text sleep

* driver size fix

* saving artifacts

* saving artifacts correctly

* saving artifacts correctly

* saving artifactS

* print statement

* print statement

* print statement

* correct dir

* debugging

* debugging

* debugging

* fixing wonderful

* running comparison

* current dir fix

* changing longest_word

* fixed longest_word

* clean up

* fixing new output label name

* time limit on while loops

* refactoring common code

* removed setUp

* removed server_port declaration from demos

Co-authored-by: Ali Abid <aliabid94@gmail.com>
2020-10-23 18:28:30 +04:00
Ali Abid
4501d084a2 latest demo 2020-10-22 10:51:50 -07:00
Ali Abid
0f00d062aa Merge branch 'master' of https://github.com/gradio-app/gradio 2020-10-22 05:10:12 -07:00
Ali Abid
0773097c4c interpretation plus documentation 2020-10-22 05:09:17 -07:00
Ali Abid
2405239b3e updates demos 2020-10-22 05:07:43 -07:00
Abubakar Abid
7eb0cdb1d4 Merge pull request #71 from gradio-app/abidlabs/windows
changed to daemon thread
2020-10-19 16:14:55 +03:00
Abubakar Abid
d5ccd8177e changed to daemon thread 2020-10-19 08:07:39 -05:00
Abubakar Abid
ac39c44e22 Merge pull request #70 from MattPitlyk/master
Pass server_name  to networking module to make app accessible on LAN.
2020-10-19 15:05:13 +03:00
Matt
bdd8fb26db Pass to networking module to make app accessible on LAN. 2020-10-16 22:21:06 -05:00
Ali Abid
b74f95a443 interpretation fix 2020-10-15 08:45:27 -07:00
Ali Abid
7dbfbe0b24 interpretation stuff 2020-10-14 08:25:58 -07:00
dawoodkhan82
0e4bfbaa43 stalebot 2020-10-08 08:49:36 -04:00
dawoodkhan82
265ef9ea63 Merge branch 'master' of https://github.com/gradio-app/gradio 2020-10-08 08:24:18 -04:00
dawoodkhan82
1b73c7b891 small file upload fix 2020-10-08 08:23:46 -04:00
aliabid94
87efb930ea Merge pull request #66 from gradio-app/abidlabs/interpretation
Abidlabs/interpretation
2020-10-06 06:58:08 -07:00
Abubakar Abid
2970bb4ad4 Merge pull request #67 from jiayiliu/master
improve image output format
2020-10-06 16:53:14 +03:00
jiayiliu
4f7b6aca16 improve image output format 2020-10-05 22:22:15 -07:00
Abubakar Abid
b3106cb6af added test for interpretation 2020-10-05 07:43:42 -05:00
Abubakar Abid
0aaac4824e added interpretation capture session for TF1 2020-10-05 06:47:36 -05:00
Dawood Khan
93a660c078 Merge pull request #58 from mriyank/master
fixed - io = gr.Interface(spectrogram, "audio", "plot")
2020-09-29 20:25:56 -04:00
Ali Abid
024f8be6a0 versioning flask 2020-09-25 18:43:32 -07:00
Ali Abid
9c8d02afc0 add flask cors 2020-09-25 15:44:41 -07:00