Commit Graph

344 Commits

Author SHA1 Message Date
Abubakar Abid
fa76228db8 added chatbot output screenshot 2022-02-18 18:16:32 -05:00
Abubakar Abid
4e50382561 updated the screenshot gif 2022-02-18 10:30:19 -05:00
dawoodkhan82
5bf3c81d64 update chatbot demo 2022-02-17 20:49:07 -05:00
Lysandre
5522fa4d6a Upgrade black to version ~=22.0 2022-02-08 13:56:13 -05:00
aliabid94
381bd56ff6
Login frontend (#499) 2022-02-01 08:40:10 +00:00
Ali Abid
d71e60e2c5 minor fixes 2022-01-26 22:02:34 -08:00
dawoodkhan82
413ae00549 fix conflicts 2022-01-26 22:01:07 -05:00
dawoodkhan82
788bb15a40 merge master 2022-01-26 21:59:29 -05:00
aliabid94
d6b1247e21
Svelte migration (WIP) (#448)
* first migration commit

* style comment

* first mvp working with calculator

* ali components

* carousel

* more changes

* changes

* add examples

* examples support

* more changes

* interpretation

* interpretation

* submission state

* first migration commit

* style comment

* first mvp working with calculator

* ali components

* carousel

* more changes

* changes

* add examples

* examples support

* more changes

* interpretation

* interpretation

* submission state

* base image cropper

* add image editor

* css tweaks

* remove dead code

* finalise sketch tools

* add webcam snapshot source

* tweak config

* tweak config

* tweak config

* tweaks

* reset egg files

* lockfile v2

* image tweaks

* record audio from mic

* add audio input components

* audio tweaks

* editable table

* more table tweaks

* sort columns

* add row/col to table

* add output table

* fix broken paths

* fix svelte build destination

* fix svelte build destination again

* fix gitignore

* fix css

* add themes

* add all themes

* snake core classnames

* actually fix themes this time

* merge changes

Co-authored-by: Ali Abid <aliabid94@gmail.com>
Co-authored-by: Ali Abid <aliabid@Alis-MacBook-Pro.local>
Co-authored-by: pngwn <hello@pngwn.io>
2022-01-26 18:33:49 -08:00
Ömer Faruk Özdemir
cc0cff893f Format The Codebase
- black formatting
- isort formatting
2022-01-21 16:44:12 +03:00
Abubakar Abid
1fbac4b0cf fixing test image 2022-01-15 10:36:16 -06:00
Ali Abid
526e34a598 state working in frontend 2022-01-13 12:22:38 -08:00
Ali Abid
6560f53647 changes 2022-01-12 11:12:07 -08:00
Ali Abid
5c0fc0148d more changes 2022-01-11 15:08:27 -08:00
Ali Abid
8a3e08defa ali components 2022-01-10 21:22:44 +00:00
Ali Abid
4e5df36046 theme updates! 2022-01-03 17:46:07 +00:00
Ali Abid
5020f8aa1f cache examples functionality; other fixes 2021-12-30 08:20:28 +00:00
Ali Abid
f5720b6b51 fix gradio web embeds 2021-12-22 08:45:23 +00:00
Ali
36f2da66ec add kitchen sink 2021-12-20 17:20:29 -08:00
Ali Abid
8d23f067a2 theme-preview 2021-12-17 10:52:19 +00:00
fiordiconio
f65375b471 Added hers to list of female words 2021-12-16 16:22:24 +01:00
aliabid94
b4d9825409
Website: WIP (#328)
Ported gradio website into gradio repository, now launched as a docker service from gradio/website
2021-12-13 22:02:19 -08:00
Ali Abid
31fc494d10 fix video recorder for iphone 2021-12-01 02:33:39 +00:00
Ali Abid
c36a3ad1a4 fix video recorder for iphone 2021-12-01 02:33:24 +00:00
Ali Abid
ba9c2b5488 webcam video support 2021-11-24 19:23:42 +00:00
dawoodkhan82
c0a146b717 fix show_error 2021-10-26 06:44:38 -04:00
dawoodkhan82
bcf46b225f merge 2021-10-25 18:30:44 -04:00
Ali Abdalla
356dd8812f
testing without optional 2021-10-22 15:23:30 -07:00
Charles Bensimon
f26f2142ef
[HF Spaces] Darktheme from URL params (#306)
* [HF Spaces] Darktheme from URL params

* white text for dark theme title, description, and article

Co-authored-by: Ali Abid <ali.abid@gradio.app>
2021-10-20 15:16:09 -07:00
Ali Abid
ea89aad80e file cleanup 2021-10-18 18:36:57 +00:00
Ali Abid
d1f124c6e4 fix auth clearing error 2021-10-18 18:34:28 +00:00
Ali Abid
325ca5175e fix tests 2021-10-13 21:14:42 +00:00
Ali Abid
792828349f restore cropper functionality 2021-10-13 21:12:01 +00:00
Ali Abid
b1ee6f2ae5 restore cropper functionality 2021-10-13 21:06:47 +00:00
Ali Abid
cfdad3a2d7 Merge branch 'master' of https://github.com/gradio-app/gradio 2021-10-12 19:15:09 +00:00
Ali Abid
bf4ae17adc restructure file upload format for file, audio, and video. Moved scipy to pydub. 2021-10-12 19:14:42 +00:00
Ali Abid
9aba5eb148 Support video example preview 2021-10-05 19:24:14 +00:00
Ali Abid
9b968d3fb5 Support video example preview 2021-10-05 19:24:14 +00:00
Ali Abid
693e8cf4a7 updated PyPi version 2021-10-04 21:11:39 +00:00
Ali Abid
760bf48b24 updated PyPi version 2021-10-04 21:11:39 +00:00
Ali Abid
2440411a27 expand kitchen sink; add grass, peach themes. 2021-09-30 18:20:54 +00:00
Ali Abid
1916c79f2e expand kitchen sink; add grass, peach themes. 2021-09-30 18:20:54 +00:00
aliabid94
21bd324db5 Add dark theme for huggingface (#273)
* dark theme
* theme changes

Co-authored-by: Ali Abid <you@example.comgit>
Co-authored-by: Ali Abid <ali.abid@gradio.app>
2021-09-27 14:07:17 -07:00
aliabid94
620fc1ffaa
Add dark theme for huggingface (#273)
* dark theme
* theme changes

Co-authored-by: Ali Abid <you@example.comgit>
Co-authored-by: Ali Abid <ali.abid@gradio.app>
2021-09-27 14:07:17 -07:00
Ali Abid
b4ee30956d add state documentation 2021-09-21 19:09:41 +00:00
Ali Abid
37dc2db48c add state documentation 2021-09-21 19:09:41 +00:00
Ali Abid
bdb254b87d support state 2021-09-21 01:35:18 +00:00
Ali Abid
e7f2ebc6a9 support state 2021-09-21 01:35:18 +00:00
Abubakar Abid
6d606f3092 updated sepia filter 2021-09-20 07:32:39 -05:00
Abubakar Abid
4bbc7deedb updated sepia filter 2021-09-20 07:32:39 -05:00