Ömer Faruk Özdemir
930c4a3fa6
clean-deprecated-parameters ( #1090 )
...
* clean-deprecated-parameters
- resolve conflicts
* clean-deprecated-parameters
- fix tests
* clean-deprecated-parameters
- fix tests
* clean-deprecated-parameters
- resolve conflicts
* clean-deprecated-parameters
- refactor blocks.py
* clean-deprecated-parameters
- remove capture_session support
* clean-deprecated-parameters
- fix get_component_instance
* clean-deprecated-parameters
- fix tests
* clean-deprecated-parameters
- reformat
* clean-deprecated-parameters
- fix tests
* clean-deprecated-parameters
- fix tests
* clean-deprecated-parameters
- resolve conflicts
* clean-deprecated-parameters
- resolve conflicts
* Update gradio/deprecation.py
* Update gradio/deprecation.py
* Update gradio/deprecation.py
* removed some incorrect kwargs
* formatting
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2022-04-28 01:12:40 -07:00
Abubakar Abid
90f3aec388
Backend for optional labels ( #1080 )
...
* optional labels
* added prop
* Added IOComponent class
* get component fix
* fixed component function
* fixed test components
* formatting
* fixed output tests
* working on blocks tests
* fixed test blocks
* cleanup
2022-04-27 02:22:16 -07:00
Abubakar Abid
82e95e259c
Flagging fixes ( #1081 )
...
* only show flagging button if manual
* fixing flagging
* fixed flagging examples issue
* formatting
* cleanup
* fixed tests
* predictbody
* formatting
* fixed tests
2022-04-27 00:32:57 -07:00
Ömer Faruk Özdemir
72df62daea
remove-queue-from-events ( #1056 )
...
* remove-queue-from-events
- enable_queue exists just under Blocks.launch()
* remove-queue-from-events
- enable_queue exists just under Blocks.launch()
* remove-queue-from-events
- fix tests
* spaces-defaults (#1057 )
* spaces-defaults
- enable_queue and cache_examples are activated in spaces in default option
* spaces-defaults
- tweaks
2022-04-26 00:35:47 +03:00
Abubakar Abid
5c34d91865
added better default labels to form components ( #1040 )
...
* added better default labels to form components
* updated default labels
* formatting
* fixed tests
2022-04-20 10:54:44 -07:00
Dawood Khan
c480fb0e0c
Model3D Examples fixes ( #1035 )
...
* fix examples
* fixes
* fix moddl3d examples
* format fixes
* fixed tests
* fix tests
* fix clearColor null
Co-authored-by: Dawood Khan <dawoodkhan@DawoodsWorkMBP.localdomain>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2022-04-20 11:43:21 -04:00
Ömer Faruk Özdemir
9cd4c3121f
textbox-autoheight ( #1009 )
...
* textbox-autoheight
- add max-lines to textbox
* textbox-autoheight
- reformat
* textbox-autoheight
- add demo
* textbox-autoheight
- tweaks on scripts
* textbox-autoheight
- fix tests
* textbox-autoheight
- fix tests
* textbox-autoheight
- fix tests
* textbox-autoheight
- convert default max_height from 100 to 20
* textbox-autoheight
- convert default max_height from 100 to 20
2022-04-20 14:25:47 +03:00
Abubakar Abid
ef8b97223d
Fixing import issues so that the package successfully installs on colab notebooks ( #1027 )
...
* updated PyPi version to 2.9.0b
* added to init
* moved media_data
* formatting
* updated PyPi version to 2.9.0b2
2022-04-19 11:27:32 -07:00
Abubakar Abid
671147c808
Update test_external.py ( #1024 )
2022-04-19 08:20:09 -07:00
Abubakar Abid
5eb8763bd5
fixed failing test on main ( #1023 )
2022-04-19 07:32:40 -07:00
Ali Abid
3dfc7262bc
fixes
2022-04-19 02:15:53 -07:00
Ali Abid
7a1618accf
fixes
2022-04-19 02:06:38 -07:00
Ali Abid
ba9eebf934
changes
2022-04-19 01:48:33 -07:00
Ali Abid
1089bc67ef
test fixes
2022-04-19 01:35:17 -07:00
Ali Abid
7bf3283954
fix css
2022-04-19 01:05:47 -07:00
Ali Abid
0312c4043c
format
2022-04-19 00:25:17 -07:00
Ali Abid
c15885f0cc
merge master
2022-04-19 00:22:43 -07:00
Ali Abid
4f1947d8c7
merge in master
2022-04-18 18:36:43 -07:00
aliabid94
1c2f430a7e
Progress indicator bar ( #997 )
...
Create Status Tracker component to report progress on function calls
Co-authored-by: Ali Abid <aliabid94@gmail.com>
2022-04-15 02:20:19 -07:00
Ömer Faruk Özdemir
f51117487f
import hotfix ( #1008 )
2022-04-15 11:18:56 +03:00
Dawood Khan
873060a354
Image3D Examples Fix ( #1001 )
...
* fix 3d model examples
* format fix
* cache_examples in image demo
* fix cached examples
* fixed cached example bug
* fixed formatting
* fixed tests
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2022-04-14 23:23:02 -07:00
Abubakar Abid
e0a64e5b55
added interactive parameter to components ( #992 )
...
* added interactive parameter to components
* respect interactive prop
* fixed input tests
* fixed output tests
* fixed test_components.py
* fixed test blocks
* fixed test utils
* fixed formatting
* update test configs
* fix textbox static output
* static audio output
* static video output
* cleanup
* static inmage output
* Static Timeseries
* cleanup outptus fopr markdown _ html
* ensure dataframe can load in static mode
* tweaks
Co-authored-by: pngwn <hello@pngwn.io>
2022-04-14 15:12:30 +01:00
Ömer Faruk Özdemir
86ebd8af80
test-guideline ( #990 )
...
* test-guideline
- add backend test guidelines
* Update test/README.md
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2022-04-14 00:06:14 +03:00
pngwn
9cb40dc99a
ensure dataframe updates as expected ( #981 )
...
* ensure input updates as expected
* ci debug
* ci debug
* ci debug
* fix broken path
* cleanup
* cleanup
* cleanup
* remove pkg-up
* fix dataframe
* ensure headers can be edited
* allow the table to render empty content without exploding
* fixed components and test components
* fixed test inputs and test outputs
* formatting
* Update test_components.py
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2022-04-13 21:53:35 +01:00
Ömer Faruk Özdemir
a1509850dc
Merge in Examples and cache_examples fixes
...
* soft reset and remove a commit,
then commit the further commits again
* fix flagging for tests
* format fix
* fixes
Co-authored-by: Ali <aliabid94@gmail.com>
2022-04-11 13:18:42 -07:00
Ömer Faruk Özdemir
8eae59f494
Blocks page load ( #963 )
...
* Blocks load event implemented
* tweks
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2022-04-08 20:54:59 +03:00
Ö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
Abubakar Abid
d722de0a79
replaced ASR model with one that works
2022-04-07 08:57:28 -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
Ö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
Ö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
Ö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
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
6a376ed02a
fixed test
2022-04-04 11:04:35 -07:00
Abubakar Abid
3e72cfdea0
fixed idempotency issue
2022-04-01 08:21:17 -07:00
dawoodkhan82
0a1b0a21f9
fix image3d test
2022-03-31 14:20:17 -04:00
dawoodkhan82
d13d172d22
rename Model3d to Image3D
2022-03-31 13:58:36 -04:00
dawoodkhan82
bb26fa2821
fix asr test
2022-03-30 23:48:58 -04:00
Abubakar Abid
e95b88acb4
fixed formatting
2022-03-30 14:25:28 -07:00
Abubakar Abid
2c27f7f3c2
fixed test
2022-03-30 14:24:39 -07:00
dawoodkhan82
7ee39157eb
test file name model3d
2022-03-30 15:57:20 -04:00
dawoodkhan82
d36075bb37
reformat code
2022-03-30 13:24:18 -04:00
Ömer Faruk Özdemir
cf6f490189
blocks-components-tests
...
- reformat
2022-03-30 15:34:08 +03:00
Ömer Faruk Özdemir
71e3997395
blocks-components-tests
...
- reformat
2022-03-30 13:26:39 +03:00
Ömer Faruk Özdemir
070b8a96b5
blocks-components-tests
...
- move gradio/test_data to test/test_data/media_data
2022-03-30 13:08:34 +03:00
Ömer Faruk Özdemir
f623438596
blocks-components-tests
...
- tweaks
2022-03-30 09:25:05 +03:00
Ömer Faruk Özdemir
d7ca65cfb0
blocks-components-tests
...
- fix test
2022-03-30 09:24:10 +03:00
Ömer Faruk Özdemir
32f0554ebe
blocks-components-tests
...
- reformat
2022-03-29 23:30:45 +03:00
Ömer Faruk Özdemir
28d5f93a8b
blocks-components-tests
...
- tweaks
2022-03-29 23:28:14 +03:00
Ömer Faruk Özdemir
c343a622c3
blocks-components-tests
...
- tweaks
2022-03-29 23:25:34 +03:00
Ömer Faruk Özdemir
4c594e5969
blocks-components-tests
...
- move input and output tests under test_components
2022-03-29 23:23:30 +03:00
Abubakar Abid
8daada1b40
slightly better
2022-03-29 10:59:15 -07:00
Abubakar Abid
b851831aef
hacky way to get imports to work
2022-03-29 10:49:20 -07:00
Abubakar Abid
e09df09d9e
fixed formatting
2022-03-29 10:38:49 -07:00
Abubakar Abid
117776e0a0
added init
2022-03-29 09:18:00 -07:00
Abubakar Abid
9d7de51958
fixed config
2022-03-29 09:15:37 -07:00
Abubakar Abid
2ec8482ca6
fixed config
2022-03-29 09:14:59 -07:00
Abubakar Abid
2825ee606d
resolving relative imports
2022-03-29 09:12:01 -07:00
Ömer Faruk Özdemir
acda99703e
blocks-tests
...
- reformat
2022-03-29 18:46:42 +03:00
Ömer Faruk Özdemir
dcc9ba87c9
blocks-tests
...
- implement a simple test to check blocks config generation
2022-03-29 18:45:24 +03:00
dawoodkhan82
c03f7b2f3a
add tests
2022-03-28 14:37:50 -04:00
Abubakar Abid
c7299edb94
formatting
2022-03-25 16:53:01 -07:00
Abubakar Abid
04b6b80b33
inputs
2022-03-25 16:50:53 -07:00
Abubakar Abid
6ff3ad2d4a
output tests passing
2022-03-25 16:44:13 -07:00
Abubakar Abid
ca2d0b7ef2
brought back external and mix tests
2022-03-25 12:16:49 -07:00
Abubakar Abid
12db19e6ab
brought back interface examplest test
2022-03-25 11:34:55 -07:00
Abubakar Abid
fd70292fbe
formatting
2022-03-25 11:14:42 -07:00
Abubakar Abid
22f332b1ce
examples tests pass
2022-03-25 11:14:28 -07:00
Abubakar Abid
6eeaccc11e
flagging tests pass
2022-03-25 11:12:45 -07:00
Ali Abid
48c42da3d4
test fix
2022-03-24 22:58:07 -07:00
Abubakar Abid
81e4a08a64
removed process examples
2022-03-24 13:45:04 -07:00
Abubakar Abid
721e2db8ee
removed external tests
2022-03-24 13:39:39 -07:00
Abubakar Abid
1d316d38a1
commented external, removed context
2022-03-24 13:32:04 -07:00
Abubakar Abid
63d18ac02b
formatting
2022-03-23 15:50:10 -07:00
Abubakar Abid
fa27aa5876
fixed outputs tests
2022-03-23 15:49:37 -07:00
Abubakar Abid
95e861e061
test_routes passing
2022-03-23 14:53:21 -07:00
Abubakar Abid
6b259bde95
removed outdated outputs tests
2022-03-23 14:32:07 -07:00
Abubakar Abid
41197a6a59
removed examples test
2022-03-23 14:16:53 -07:00
Abubakar Abid
6a82b72d56
test_inputs pass'
2022-03-23 14:15:08 -07:00
Abubakar Abid
6c01bad233
commented out flagging tests as we don't support that yet
2022-03-23 14:06:00 -07:00
Abubakar Abid
0edf628b25
test_external passing
2022-03-23 09:25:53 -07:00
Abubakar Abid
5b3bb9e11a
removed test demos, test encryptor passes
2022-03-23 09:22:44 -07:00
Abubakar Abid
60f6f86da7
context tests pass
2022-03-23 09:21:30 -07:00
aliabid94
a8ab1c81a1
Blocks dev ( #853 )
...
* Blocks-Components-v2
- default -> default_value refactoring
* Blocks-Components-v2
- refactor output types into output_type and make them auto
* Blocks-Backend-Events
- all events are implemented
* Blocks-Backend-Events
- refactor fn: str -> Callable
* Blocks-Backend-Events
- add change event to TabItem
* Blocks Backend Components
- Remove KeyValues from components
* Blocks-Backend-Components-v2
- Resolve Components imports in inputs and outputs
* Blocks-Backend-Components-v2
- fix default parameter usage in demos
* Blocks-Backend-Components-v2
- fix default parameter usage in demos
* Blocks-Backend-Components-v2
- fix default parameter usage in demos
* Blocks-Backend-Components-v2
- docstring updates
* revert demos
* Blocks-Backend-Components-v2
- tweaks
* Blocks-Backend-Components-v2
- add change event to Tabs
* Interfaces from Blocks (#849 )
Build interfaces from blocks
Co-authored-by: Ali Abid <aliabid94@gmail.com>
Co-authored-by: Ömer Faruk Özdemir <farukozderim@gmail.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Co-authored-by: Ali Abid <aliabid94@gmail.com>
2022-03-22 15:40:36 -07:00
dawoodkhan82
10bb240e23
reformat
2022-03-21 14:02:17 -04:00
Abubakar Abid
457df16d6b
added full highlighting and tests
2022-03-21 10:42:53 -07:00
Abubakar Abid
d25419b16f
fixed interpretation
2022-03-19 08:20:22 -07:00
Abubakar Abid
f2a5ecdca6
fixed test inputs.py
2022-03-19 08:14:54 -07:00
Abubakar Abid
db6f8452f1
fixed test data
2022-03-19 07:52:25 -07:00
Abubakar Abid
77eae4534d
fixing test inputs
2022-03-18 17:18:06 -07:00
Abubakar Abid
6bcbde43d7
fixing test_inputs.py
2022-03-18 17:08:24 -07:00
Abubakar Abid
408f743ba8
fixed external tests
2022-03-18 16:44:57 -07:00
Abubakar Abid
7044defcc9
changed external.py to use components
2022-03-18 15:49:38 -07:00
Ömer Faruk Özdemir
fa84324b60
Blocks-Components
...
- solve import issues
2022-03-18 19:59:47 +03:00
Abubakar Abid
427d70f6e8
Merge pull request #831 from gradio-app/textarea_line_fix
...
fix line count
2022-03-17 10:50:53 -07:00
Abubakar Abid
087de3f067
Merge pull request #827 from gradio-app/examples_bug_fixes
...
Fixes to examples; use builtin csv sanitization
2022-03-17 10:46:07 -07:00
Abubakar Abid
9af4ab320d
updated test images
2022-03-17 10:45:48 -07:00
aliabid94
da7a8f06ca
Full height gradio app ( #828 )
...
* fix
* changes
* changes
* changes
Co-authored-by: Ali Abid <aliabid94@gmail.com>
2022-03-17 11:54:01 -05:00
Ali Abid
abb85c0f9b
changes
2022-03-16 19:26:39 -05:00
Abubakar Abid
2a7757ee7e
formatting
...
Former-commit-id: b78188d885230fd4ad617ee7288e840aa6dea321
2022-03-14 09:37:30 -05:00
Abubakar Abid
a415e5abc8
sanitize flagging inputs before writing to csv
...
Former-commit-id: f2d9f808c79abec7f2c8ff4a94b17a9b1cdd5651
2022-03-14 09:36:51 -05:00
pngwn
163806c4f6
Merge branch 'Blocks-Components' into gradio-dash-fe
2022-03-11 16:07:28 +00:00
Abubakar Abid
befa7bc8a2
fixed speech text model
2022-03-07 13:13:17 -06:00
Abubakar Abid
f9034db75b
fixed naming
2022-03-07 13:01:43 -06:00
Abubakar Abid
c65f9a599f
added pydantic data models for all requests
2022-03-05 21:56:50 -05:00
Abubakar Abid
fd034ee29f
test state
2022-03-04 00:24:17 -05:00
Abubakar Abid
8cb7025608
fixed formatting
2022-02-28 08:07:54 -05:00
Abubakar Abid
b0439c16b9
fixed test
2022-02-28 08:01:13 -05:00
Abubakar Abid
95ff9740e5
formatting
2022-02-27 16:47:12 -05:00
Abubakar Abid
ea96e1f753
small fix to start_server docstring & added a test
2022-02-27 16:44:59 -05:00
Abubakar Abid
5ab116a14c
updated test image
2022-02-23 11:27:24 -05:00
pngwn
4f26051d35
fix: dark mode ( #652 )
...
* swap postcss nested for tailwinf nesting plugin
* dark mode dataframe
* make background height expand with content
* updated test images
* fixed images
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2022-02-17 13:21:18 -08:00
Ömer Faruk Özdemir
b79794a624
Optional-Input-Clarification
...
- move (optional) labeling to the frontend
2022-02-17 18:34:35 +03:00
Ömer Faruk Özdemir
1803d3a223
Merge branch 'master' into Optional-Input-Clarification
2022-02-17 16:57:08 +03:00
Ömer Faruk Özdemir
093cc2f3e3
Gradio-Dashboard
...
- convert context global fields to class Fields
2022-02-17 16:42:44 +03:00
aliabid94
d3a680697a
black fix ( #628 )
...
Co-authored-by: Ali Abid <aliabid94@gmail.com>
2022-02-15 16:32:42 -08:00
Anton Kollmats
ae5a0c7fad
fixes PermissionError for non-writable flagging path
2022-02-15 11:15:11 +01:00
aliabid94
2734bd782e
python format fix [hotfix] ( #615 )
...
* format fix
* fix image tests
Co-authored-by: Ali Abid <aliabid94@gmail.com>
2022-02-14 21:03:51 -08:00
Abubakar Abid
a786eff15a
merged master
2022-02-14 18:32:23 -05:00
aliabid94
1f7e5c7b41
Tests Fix ( #609 )
...
* test commit
* fix yellow colow
* height fixes
* fix
* fix golder images
Co-authored-by: Ali Abid <aliabid94@gmail.com>
2022-02-14 15:27:29 -08:00
Abubakar Abid
1260068e2e
fixed tests
2022-02-12 17:38:57 -05:00
Ömer Faruk Özdemir
8251a52447
Merge branch 'Format-The-Codebase' of https://github.com/gradio-app/gradio into Format-The-Codebase
2022-02-10 11:12:34 +03:00
Ömer Faruk Özdemir
4c5e116709
Format-The-Codebase
...
- add a format script
- solve a conflict between flake8 and black
2022-02-10 11:12:26 +03:00
Abubakar Abid
7071c0bd41
replaced networking.url_request with standard requests.get
2022-02-10 00:10:00 -05:00
Ömer Faruk Özdemir
972c66e09b
Format-The-Codebase
...
- solve the flake8 warnings
2022-02-09 22:52:26 +03:00
Ömer Faruk Özdemir
6a77a30a4a
Format-The-Codebase
...
- solve the conflict between black and isort
2022-02-09 17:32:43 +03:00
Ömer Faruk Özdemir
23af8e559c
Format-The-Codebase
...
- isort repo
2022-02-09 16:42:32 +03:00
Ömer Faruk Özdemir
3a9d018eab
Format-The-Codebase
...
- rename a test
2022-02-09 16:15:01 +03:00
Ömer Faruk Özdemir
80b5e117c9
Format-The-Codebase
...
- format the code-base
2022-02-09 14:56:41 +03:00
Ömer Faruk Özdemir
87d7fbee61
Format-The-Codebase
...
- format the codebase
- add format checkers to circleci
2022-02-09 10:40:05 +03:00
Ömer Faruk Özdemir
7619ae76d1
Accelerate-Tests
...
- speed up a test with a smaller model
- add torch to reqs
2022-02-09 10:24:30 +03:00
Ömer Faruk Özdemir
4d9e3f4cda
Accelerate-Tests
...
- speed up a test with a smaller model
2022-02-09 09:38:40 +03:00
Ömer Faruk Özdemir
6a30e5d24f
Merge branch 'master' into Accelerate-Tests
2022-02-09 08:53:33 +03:00
Ömer Faruk Özdemir
82cb2de626
Accelerate Tests
...
- add coverage to the circleci
- combine the divided tests into single folder
- update requirements
2022-02-09 08:50:00 +03:00
Ömer Faruk Özdemir
e57198a1b1
Accelerate Tests
...
- rename test subfolders to pass the tests
2022-02-08 22:09:23 +03:00
Lysandre
5522fa4d6a
Upgrade black to version ~=22.0
2022-02-08 13:56:13 -05:00
Ömer Faruk Özdemir
91d09b15ea
Accelerate Tests
...
- add only pytest to the circleci for testing it
- add more filtering to pytest scripts
- add pytest-cov to reqs
2022-02-08 19:56:58 +03:00
Ömer Faruk Özdemir
910d5d376f
Accelerate Tests
...
- Update requirements.txt
- Add a warning to create_test_requirements.sh
2022-02-07 14:52:58 +03:00
Ömer Faruk Özdemir
bb6805e25f
Accelerate Tests
...
- Create local and cloud test folders and move all the tests with duration > 1 second to the cloud tests.
- Update scripts
2022-02-07 14:29:55 +03:00
Ömer Faruk Özdemir
622e11c045
Update requirements.txt
2022-02-07 13:44:25 +03:00
aliabid94
7320022de1
restore theme ( #547 )
...
* restore theme
* fix test
Co-authored-by: Ali Abid <aliabid94@gmail.com>
2022-02-04 14:46:22 -08:00
Ömer Faruk Özdemir
5912daa8c6
Merge pull request #543 from gradio-app/Dev-Requirements
...
Circleci Installations Use Requirements
2022-02-04 18:37:50 +03:00
Ömer Faruk Özdemir
709c93ee03
Use requirement installation script in circleci installations to have single requirements list.
2022-02-04 15:23:11 +03:00
Abubakar Abid
ac22485d33
Merge pull request #535 from gradio-app/AK391/master
...
Ak391/master
2022-02-03 11:24:28 -05:00
Abubakar Abid
8e632b84dc
Fixed audio to audio & better error messaging if Space is not loading
2022-02-03 08:33:20 -05:00
aliabid94
5fdd721834
additional migration features ( #520 )
...
* additional migration fixes
Co-authored-by: Ali Abid <aliabid94@gmail.com>
2022-02-02 21:49:26 -08:00
AK391
e84c5be03d
add audio-to-audio
2022-02-02 18:17:50 -05:00
Ali Abid
aab74369af
fix tests
2022-01-31 00:56:48 +00:00
Ali Abid
2603d38d85
fix tests
2022-01-31 00:49:46 +00:00
Ali Abid
9f9bbac77b
fix tests
2022-01-31 00:25:11 +00:00
Ömer Faruk Özdemir
c2a2609b2f
Dev Requirements
...
- edit requirements
2022-01-26 17:27:19 +03:00
Ömer Faruk Özdemir
521b824878
Merge branch 'master' into Dev-Requirements
2022-01-26 16:22:51 +03:00
Abubakar Abid
7f23f9b326
added tests for process examples
2022-01-26 00:05:50 -06:00
Abubakar Abid
82cea220fa
added flagging tests
2022-01-25 23:44:41 -06:00
Abubakar Abid
e76aa4a1d9
finished queuing tests
2022-01-25 23:26:47 -06:00
Abubakar Abid
f88b61a85d
started queueing tests
2022-01-25 22:13:01 -06:00
Abubakar Abid
3261722ac7
Queuing tests
2022-01-25 16:52:09 -06:00
Abubakar Abid
19d95c460d
Fixed audio tokenization
2022-01-25 16:22:46 -06:00
Abubakar Abid
8ccd82187c
renamed app.py to routes.py, separated tests
2022-01-25 14:32:32 -06:00
Ömer Faruk Özdemir
ea0f78a85e
Merge branch 'master' into Dev-Requirements
2022-01-25 09:17:36 +03:00
Abubakar Abid
888c8ee2c8
additional tests
2022-01-24 18:03:52 -06:00
Ömer Faruk Özdemir
1d09c9970a
Dev Requirements
...
- create test/requirements.in
- create scripts folder, move and create scripts under it
- update CONTRIBUTING.md
2022-01-24 17:33:01 +03:00
Abubakar Abid
b1a582c6c5
unused improt
2022-01-23 22:55:13 -06:00
Abubakar Abid
f6341be7c7
flagging
2022-01-23 22:54:48 -06:00
Abubakar Abid
b16cd78f40
added tests for encryptor.py
2022-01-23 22:47:18 -06:00
Ömer Faruk Özdemir
cc0cff893f
Format The Codebase
...
- black formatting
- isort formatting
2022-01-21 16:44:12 +03:00
Abubakar Abid
6fa0fe9709
fixed loading models that output image and audio
2022-01-17 11:43:38 -06:00
Abubakar Abid
c23e086002
fixing test image
2022-01-15 10:47:06 -06:00
Abubakar Abid
e7f3583eda
fixing test image
2022-01-15 10:45:37 -06:00
Abubakar Abid
d007d0a943
cleanup
2022-01-14 08:29:08 -06:00
Abubakar Abid
7cb04655e5
cleanup
2022-01-14 08:28:11 -06:00
Abubakar Abid
018123e9b7
added more detail on error analytics
2022-01-11 15:28:03 -06:00
aliabd
eda84069d2
fixed some golden screenshots
2022-01-10 20:28:07 +04:00
Abubakar Abid
3a79fe754a
fixing tests
2022-01-09 23:49:03 -06:00
Abubakar Abid
eb3c082039
flagging tests not passing
2022-01-08 13:17:18 -06:00
Abubakar Abid
86c6a61b55
fixed tests
2022-01-07 10:25:41 -06:00
Abubakar Abid
3f27a57352
merged
2022-01-07 08:32:56 -06:00
Abubakar Abid
560b6d3b64
fixed auth issue
2022-01-05 16:12:58 -05:00
Abubakar Abid
c3cb06a17c
fixed tests
2022-01-04 12:58:37 -05:00
Ali Abid
016336d07c
text fices
2022-01-04 16:38:23 +00:00
Ali Abid
87f86aad38
fix tests
2022-01-03 23:55:45 +00:00
Ali Abid
ddba6d29a8
fix tests
2022-01-03 23:48:22 +00:00
Ali Abid
dfe99d6b17
fix tests
2022-01-03 23:39:53 +00:00
Ali Abid
73300d1822
fix tests
2022-01-03 23:26:01 +00:00
Ali Abid
882bd9176e
fix tests
2021-12-30 11:02:18 +00:00
Ali Abid
859426bb78
fix tests
2021-12-30 10:53:11 +00:00
Ali Abid
da7c6c3701
fix tests
2021-12-30 10:45:49 +00:00
Ali Abid
a20871cd7c
fix test
2021-12-30 09:41:51 +00:00