Commit Graph

95 Commits

Author SHA1 Message Date
Ali Abid
27633eb1e0 auth kwarg in launch 2021-01-20 08:22:07 -08:00
Ali Abid
8ff3d364a1 Merge branch 'master' of https://github.com/gradio-app/gradio 2020-11-23 15:11:41 -08:00
Ali Abid
37028bcf25 labeled image segments 2020-11-23 15:11:37 -08:00
Ali Abid
8044e24d3c webcam fixes 2020-11-19 06:32:04 -08:00
Ali Abid
3e4729adaa fix webcam live mode 2020-11-19 06:29:32 -08:00
Ali Abid
e9ba8b3795 merged master, order functionality 2020-11-16 07:21:00 -08:00
Abubakar Abid
efe292cda9 fixed bugs & added custom embedding fn 2020-11-12 06:10:51 -06:00
Abubakar Abid
72982e9228 added similarity code 2020-11-11 11:57:39 -06:00
Ali Abid
d91897c0e4 fix demo 2020-11-11 06:21:05 -08:00
Ali Abid
14da19e02a cleanup demos 2020-11-11 06:15:53 -08:00
Ali Abid
d50363dcf0 fix home page demos 2020-11-05 16:56:34 -08:00
Ali Abid
76d7985eaf fix home page demos 2020-11-05 16:36:12 -08:00
Ali Abid
a723c68028 fix demo: calculator examples 2020-11-04 12:16:10 -08:00
Ali Abid
fdfa94b9e7 fix failing tests 2020-11-04 08:57:09 -08: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
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
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
2405239b3e updates demos 2020-10-22 05:07:43 -07:00
Ali Abid
7dbfbe0b24 interpretation stuff 2020-10-14 08:25:58 -07:00
aliabd
7feb455c2f updated PyPi version 2020-09-23 23:37:52 +04:00
aliabd
7f55d7ce10 explicit close plt 2020-09-23 17:47:55 +04:00
Ali Abid
dcf300d62d fix spectogram 2020-09-22 14:18:40 -07:00
Ali Abid
ed5108dc07 use threading instead of process 2020-09-22 11:16:46 -07:00
dawoodkhan82
d96fa6f84f webcam demo fix 2020-09-21 19:46:10 -04:00
Ali Abid
46e6a5a185 fix default interpretation to support different types for input 2020-09-21 13:53:40 -07:00
Ali Abid
76483288db add testing and flask changes 2020-09-21 12:07:27 -07:00
Ali Abid
5ca6fd2c28 add testing and flask changes 2020-09-21 12:04:46 -07:00
Ali Abid
14ba503b77 add testing and flask changes 2020-09-21 11:51:39 -07:00
Abubakar Abid
ea59bfe2e0 refactoring & generalizing 2020-09-21 09:54:34 -05:00
dawoodkhan82
3823da9ce2 move interpretation code to separate file 2020-09-18 09:54:13 -04:00
Ali Abid
799970018a mid progress 2020-09-17 14:38:22 -07:00
Ali Abid
ce3d6c6e2d changes 2020-09-16 16:43:37 -07:00
Ali Abid
dd28a944cf sentiment analysis demo 2020-09-15 10:37:02 -07:00
dawoodkhan82
2bf30c5702 Merge branch 'master' of https://github.com/gradio-app/gradio 2020-09-07 14:41:27 -04:00
dawoodkhan82
d2f46c0eab plot demo fixes 2020-09-07 14:40:57 -04:00
Ali Abid
054a86fc37 merge conflict on auto datatype 2020-09-02 09:20:24 -07:00
Ali Abid
7af852819c support auto output datatype 2020-09-02 09:18:00 -07:00
dawoodkhan82
eea099b5b9 merge 2020-08-31 12:55:04 -04:00
dawoodkhan82
9d4b48281a plotting 2 graphs fix 2020-08-31 12:54:14 -04:00
Abubakar Abid
f44d43dc13 Merge branch 'master' into abidlabs/test_launch 2020-08-28 11:05:19 -05:00
Abubakar Abid
9070405a33 added test launch to all demos 2020-08-28 10:56:03 -05:00
Ali Abid
7ae77c5d7d demo documentation update 2020-08-25 16:52:51 -07:00
Ali Abid
e11e283286 demo documentation update 2020-08-25 16:49:27 -07:00
Ali Abid
a6f58574c2 update documentation 2020-08-25 16:36:45 -07:00
Ali Abid
b8279ba14c merge scroller with master 2020-08-25 09:39:09 -07:00