Commit Graph

3916 Commits

Author SHA1 Message Date
Ömer Faruk Özdemir
dc6175a21d
tabbed-interface-rewritten (#958) 2022-04-08 12:13:56 +03:00
Ömer Faruk Özdemir
3c876c49ef add fake_gan demos with smaller pictures 2022-04-08 11:21:40 +03:00
Ömer Faruk Özdemir
023706136e add fake_gan demos with smaller pictures 2022-04-08 11:14:00 +03:00
pngwn
48fc3f90bd
fix file upload text (#931)
* fix file upload text

* clean up file + add download

* add cursor pointer for upload inputs
2022-04-07 20:38:41 +01:00
pngwn
61c2e0e680
static mode for textbox (#929)
* static mode for textbox

* fix checkbox and remove title

* address comments

* autoresize textarea for output textbox

* wait for the DOM to update before resizing the textarea
2022-04-07 20:36:49 +01:00
pngwn
03838573c9
allow audio components to take a string value (#930)
* allow audio components to take a string value

* normalise audio + video input data types

* tweaks
2022-04-07 18:18:41 +01:00
Abubakar Abid
d722de0a79 replaced ASR model with one that works 2022-04-07 08:57:28 -07:00
Abubakar Abid
4a685a0078
Merge pull request #941 from gradio-app/blocks-dev-components-tests
blocks-move-test-data
2022-04-07 08:24:24 -07:00
Abubakar Abid
e3aeeb541e formatting 2022-04-07 08:23:55 -07:00
Abubakar Abid
5ca96c4e2e added timeseries output test 2022-04-07 07:55:38 -07:00
Ömer Faruk Özdemir
d8dd552cdb blocks-move-test-data
- add tests
2022-04-07 01:40:28 +03:00
pngwn
af5b555458
reimplement webcam video (#928)
* reimplement webcam video

* remove logs

* fix image webcam input
2022-04-06 18:01:18 +01:00
pngwn
6e4e877b19
remove debounce from form inputs (#932) 2022-04-06 17:49:59 +01:00
Ömer Faruk Özdemir
6274b9099e
blocks-move-test-data (#927)
* blocks-move-test-data
- move test_data under gradio

* blocks-move-test-data
- typo

* blocks-move-test-data
- fix tests
2022-04-06 13:55:51 +01:00
pngwn
5313a4edf1
fix unit + browser tests (#926) 2022-04-06 11:47:19 +01:00
Ömer Faruk Özdemir
bca035bde0
Merge pull request #904 from gradio-app/blocks-components-tests
blocks-components-tests
2022-04-05 23:56:29 +03:00
Ömer Faruk Özdemir
dac4caa25c blocks-components-test
-  add ffmpeg installation to circleci
2022-04-05 23:48:32 +03:00
Ömer Faruk Özdemir
22c4003119 blocks-components-test
- rename functions to test_component_functions
2022-04-05 23:35:04 +03:00
Abubakar Abid
826fceeae3 fixed carousel test 2022-04-05 13:24:14 -07:00
Abubakar Abid
29585482f7 fixed interpretation test 2022-04-05 13:14:52 -07:00
Abubakar Abid
19cf1e7153 fixing tests related to new way of doing interpretation 2022-04-05 12:58:17 -07:00
Abubakar Abid
67ced042af fixed error in merge 2022-04-05 12:30:37 -07:00
Abubakar Abid
2fdf26d7ac merged blocks-dev 2022-04-05 12:21:48 -07:00
pngwn
f2d71abe88
Redesign 1 (#918)
* redesign forms

* finalise forms

* upload components

* fix CSS conflicts

* abstract block + update image

* restyle modify buttons

* add file, audio, video

* revert example

* address comments
2022-04-05 18:11:29 +01:00
Abubakar Abid
651205ab32
Merge pull request #919 from gradio-app/blocks-as-block
Allow `Blocks` instances to be used like a `Block` in other `Blocks`
2022-04-05 08:27:40 -07:00
Abubakar Abid
fee261ddbb removed TabbedInterface 2022-04-05 07:10:42 -07:00
Ömer Faruk Özdemir
9061768ce8 blocks-components-test
- use deepcopy in gradio source files as well
2022-04-05 13:11:08 +03:00
Ömer Faruk Özdemir
ceee0fce9e blocks-components-test
- use deepcopy in the remaining tests as well
- update a failing test
- add processing utils to init for IDE to identify the function
2022-04-05 13:08:53 +03:00
Ömer Faruk Özdemir
9f7a48604b blocks-components-test
- finalize and document components tests
2022-04-05 12:54:17 +03:00
Abubakar Abid
8d19a964a2 formatting 2022-04-04 18:09:09 -07:00
Abubakar Abid
541041e299 merged blocks-dev 2022-04-04 17:48:15 -07:00
Abubakar Abid
faa37f329e tabbedinterface 2022-04-04 17:03:04 -07:00
Abubakar Abid
b725836201 blocks inside blocks! 2022-04-04 16:30:03 -07:00
aliabid94
5c44ae3536
Restore Interpretation, Live, Auth, Queueing (#915)
Restore Interpretation, Live, Auth, Queueing

Co-authored-by: Ali Abid <aliabid94@gmail.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2022-04-04 15:47:51 -07:00
Abubakar Abid
e44edb778c getting blocks inside blocks 2022-04-04 15:42:12 -07:00
Abubakar Abid
24e343f88d fixed so that multiple interfaces can run in one session 2022-04-04 12:15:34 -07:00
Abubakar Abid
f33ece2672 reverted some changes temporarily 2022-04-04 11:50:54 -07:00
Abubakar Abid
6a376ed02a fixed test 2022-04-04 11:04:35 -07:00
Abubakar Abid
d1c2461232 formatting 2022-04-04 11:00:31 -07:00
Abubakar Abid
04e9ea8e52 added some typing 2022-04-04 09:59:53 -07:00
Abubakar Abid
983535ca50 removing indented blocks from markdown 2022-04-01 17:11:44 -07:00
Abubakar Abid
3e72cfdea0 fixed idempotency issue 2022-04-01 08:21:17 -07:00
Ömer Faruk Özdemir
e5ea806b5e
Merge pull request #917 from gradio-app/blocks-with-fix
blocks-with-fix
2022-04-01 14:38:49 +03:00
Ömer Faruk Özdemir
da4a59459f blocks-with-fix
- add support for "with gr.Blocks() as demo:" usage
2022-04-01 14:26:23 +03:00
Abubakar Abid
931575efb1
Merge pull request #916 from gradio-app/release-2.9.1
update pypi to 2.9.1
2022-03-31 17:46:56 -07:00
Abubakar Abid
14137eac7e update pypi to 2.9.1 2022-03-31 17:25:48 -07:00
Dawood Khan
8fa68b35df
Merge pull request #912 from gradio-app/dawood/rename-image3d
rename Model3d to Image3D
2022-03-31 14:35:27 -04:00
dawoodkhan82
f44fd7e53c change to image3d in directory.ts 2022-03-31 14:28:25 -04:00
dawoodkhan82
0a1b0a21f9 fix image3d test 2022-03-31 14:20:17 -04:00
dawoodkhan82
b7b9df2462 change name in Image3d demo 2022-03-31 14:09:35 -04:00