aliabd
0a2f05d7f3
fixing after merge
2021-11-03 18:30:58 -07:00
Ali Abdalla
7ce37829e0
Merge branch 'master' into aliabd/components-tests
2021-11-03 18:15:39 -07:00
Abubakar Abid
3b900fdeca
Update strings.py
2021-11-03 18:07:27 -05:00
aliabd
3ba5775d69
avoiding ffmpeg error
2021-11-03 14:29:10 -07:00
aliabd
18d0bd2d13
expanded testing for inputs
2021-11-03 14:21:51 -07:00
dawoodkhan82
db3f8e549f
Merge branch 'master' of https://github.com/gradio-app/gradio
2021-11-03 17:17:32 -04:00
dawoodkhan82
34a822474e
more processing tests
2021-11-03 17:17:26 -04:00
Abubakar Abid
aa4ae29425
Merge branch 'abidlabs/strings'
2021-11-03 16:09:37 -05:00
Abubakar Abid
459ce2ca2a
added more tests for networking
2021-11-03 16:08:19 -05:00
Abubakar Abid
0791596989
updated strings so that people reach out to us via email more
2021-11-03 15:37:45 -05:00
Dawood Khan
59a6246310
Add files via upload
2021-11-03 16:27:49 -04:00
Dawood Khan
4908a83621
Delete test_image.gif
2021-11-03 16:27:39 -04:00
Dawood Khan
c8274f45aa
Add files via upload
2021-11-03 16:13:55 -04:00
Abubakar Abid
b61401b819
fixed close all bug
2021-11-03 14:58:26 -05:00
Abubakar Abid
f6b7dfd051
fixed close all bug
2021-11-03 14:34:16 -05:00
aliabd
376bf3f138
full coverage on components, fixed flagged makedirs
2021-11-03 11:13:50 -07:00
aliabd
6ccd40c159
added carousel tests
2021-11-02 14:33:18 -07:00
dawoodkhan82
11e563408b
test image path fix
2021-11-02 17:31:10 -04:00
dawoodkhan82
554c020ea1
Merge branch 'master' of https://github.com/gradio-app/gradio
2021-11-02 17:22:58 -04:00
dawoodkhan82
65a5ed5147
utils and external unit tests
2021-11-02 17:22:52 -04:00
Ali Abid
35f502ab88
fix interpretation
2021-11-02 20:41:16 +00:00
aliabd
01c9178a53
adding scikit image for interpretation tests
2021-11-02 13:29:24 -07:00
aliabd
789f3f9987
full tests for inputs.py
2021-11-02 13:17:35 -07:00
Abubakar Abid
726870d3ab
removed /static test because it requires npm build
2021-11-02 15:08:50 -05:00
Abubakar Abid
75a12b1daa
Merge branch 'master' of github.com:gradio-app/gradio
2021-11-02 14:45:21 -05:00
Abubakar Abid
bbe64e10cb
fixed test
2021-11-02 14:45:17 -05:00
Abubakar Abid
4105932443
Merge pull request #326 from gradio-app/abidlabs/label-bug
...
Fixed node on windows; fixed label bug with HF theme
2021-11-02 14:40:17 -05:00
Abubakar Abid
7778b9d469
Merge branch 'master' into abidlabs/label-bug
2021-11-02 14:32:25 -05:00
Abubakar Abid
b139fba038
fixed class name issue
2021-11-02 14:29:47 -05:00
Abubakar Abid
aa46c8a9b3
tweak of api docs
2021-11-02 13:56:37 -05:00
Abubakar Abid
87f9f18e3d
fixed footer responsive issue
2021-11-01 08:54:24 -05:00
Abubakar Abid
404bdf0194
fixed node on windows; fixed label bug with HF theme
2021-10-29 18:41:22 -04:00
aliabd
f55dd25cdf
added tests for input number, checking coverage
2021-10-29 13:15:05 -07:00
aliabd
c1e290a154
coverage check for Textbox
2021-10-29 12:50:58 -07:00
Ali Abid
17bbb0f13d
updated PyPi version
2021-10-29 00:47:25 +00:00
shubham-goel-zefr
79b5880473
Fixed video component's flagging method ( #322 )
...
* Fixed video component's flagging method
* fixed flagging for Image, Audio, File
* fixed flagging for Image, Audio, File
Co-authored-by: Ubuntu <ubuntu@ip-10-20-80-84.ec2.internal>
Co-authored-by: Ali Abid <you@example.comgit>
2021-10-28 17:29:04 -07:00
Ali Abid
a3922a169e
updated PyPi version
2021-10-27 19:41:37 +00:00
Ali Abid
cf94f4eaa6
updated PyPi version
2021-10-27 19:31:32 +00:00
Ali Abid
a2595315d1
consistent theming
2021-10-27 19:23:16 +00:00
Ali Abdalla
9bf16c2211
Adding API docs to all interfaces ( #309 )
...
* api view with basic html
* added base docs for raw inputs/outputs
* reading correct url from frontend
* styling
* fill in the blank request snippet
* post a request from docs
* post button and random generator
* styling
* added view the api to interface
* style changes
* corrected input output docs
* prefill with example instead of random
* added curl and javascript syntax
* removed scrollbars
* API doc fixes
* added correct docs to all pre/post processing methods
* updated to new doc style
* live demo with sample inputs
* fixing golden screenshots
* correct timeseries preprocess doc
* correct timeseries preprocess doc
* correct timeseries preprocess doc
* fixed overwrite issue
* remove static from git
* fix merge
* fix tests
* fix tests
* fix tests
Co-authored-by: Ali Abid <you@example.comgit>
2021-10-27 11:49:14 -07:00
Abubakar Abid
f15a033232
added some tests for tunneling
2021-10-27 10:43:34 -05:00
Abubakar Abid
32ada31745
Update README.md
2021-10-26 22:14:30 -05:00
aliabid94
82b6e0586a
Editable audio ( #316 )
...
* add editing buttons
* multirange slider changes
* audio changes
* fix test
Co-authored-by: Ali Abid <you@example.comgit>
2021-10-26 18:26:05 -07:00
Abubakar Abid
966a30ada7
added shap
2021-10-26 17:47:49 -05:00
Abubakar Abid
6b13238c9d
added interpretation
2021-10-26 17:36:12 -05:00
Abubakar Abid
14f2e46b19
added first round of tests for networking.py
2021-10-26 16:36:11 -05:00
Abubakar Abid
bdf866de88
Merge branch 'master' of github.com:gradio-app/gradio
2021-10-26 15:57:07 -05:00
Abubakar Abid
031d7069c4
tests for networkign
2021-10-26 15:57:03 -05:00
dawoodkhan82
5c4b1b9052
Merge branch 'master' of https://github.com/gradio-app/gradio
2021-10-26 15:22:23 -04:00
dawoodkhan82
8e9fbbbdfa
fix error traceback
2021-10-26 15:22:03 -04:00