Abubakar Abid
|
7c4c77238f
|
Merge branch 'abidlabs/similarity' of github.com:gradio-app/gradio into abidlabs/similarity
|
2020-11-23 10:55:15 -06:00 |
|
Abubakar Abid
|
1c62b3ea32
|
fixed Ali's feedback
|
2020-11-23 10:54:58 -06:00 |
|
Abubakar Abid
|
ded92e629b
|
Merge branch 'master' into abidlabs/similarity
|
2020-11-23 07:59:48 -06:00 |
|
Abubakar Abid
|
fd835d1a06
|
Merge branch 'abidlabs/similarity' of github.com:gradio-app/gradio into abidlabs/similarity
|
2020-11-23 07:57:50 -06:00 |
|
Abubakar Abid
|
fd0c4d34c3
|
added embedding plots
|
2020-11-23 07:57:36 -06:00 |
|
Ali Abid
|
faf420b1d5
|
fix image saliency
|
2020-11-20 13:09:46 -08:00 |
|
Ali Abid
|
71fe23976f
|
clear on load example
|
2020-11-20 08:15:02 -08:00 |
|
Ali Abid
|
8306db16b6
|
Merge branch 'master' of https://github.com/gradio-app/gradio
|
2020-11-19 06:32:14 -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 |
|
dawoodkhan82
|
ad1100d7c5
|
add package version string
|
2020-11-19 03:02:11 -05:00 |
|
Ali Abid
|
5501e5f579
|
reverse order
|
2020-11-16 08:33:42 -08:00 |
|
Ali Abid
|
e9ba8b3795
|
merged master, order functionality
|
2020-11-16 07:21:00 -08:00 |
|
Ali Abid
|
226c9246a0
|
changes
|
2020-11-16 06:54:51 -08:00 |
|
Ali Abid
|
be00b3b04e
|
pagination for examples
|
2020-11-16 05:48:23 -08:00 |
|
Ali Abid
|
9bc57ac4f6
|
add gif recording
|
2020-11-13 09:30:15 -08:00 |
|
Abubakar Abid
|
86850649f4
|
added some static code for sorting (should be improved)
|
2020-11-12 07:11:01 -06:00 |
|
Abubakar Abid
|
efe292cda9
|
fixed bugs & added custom embedding fn
|
2020-11-12 06:10:51 -06:00 |
|
Abubakar Abid
|
0eab6a27a4
|
added embeddings for almost all interface types
|
2020-11-12 04:18:06 -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 |
|
Abubakar Abid
|
9551ce400a
|
Merge pull request #77 from gradio-app/abidlabs/predict-examples-fix
predict example fix
|
2020-11-10 18:21:13 -06:00 |
|
Abubakar Abid
|
fc1b4e59d7
|
predict example fix
|
2020-11-10 18:19:34 -06: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
|
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 |
|