Commit Graph

2567 Commits

Author SHA1 Message Date
Ali Abid
5c91ab4c95 updated PyPi version 2021-09-27 21:14:20 +00:00
Ali Abid
a092d1c54e updated PyPi version 2021-09-27 21:14:20 +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
root
d4d2dc0574 updated PyPi version 2021-09-21 19:16:27 +00:00
root
b0279acb60 updated PyPi version 2021-09-21 19:16:27 +00: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
root
7325c750fc updated PyPi version 2021-09-21 01:40:50 +00:00
root
9ddda28417 updated PyPi version 2021-09-21 01:40:50 +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
534a3a37ad Merge pull request #277 from tnwei/default-fenced-code-blocks
Toggle on markdown support for fenced code blocks
2021-09-20 07:33:35 -05:00
Abubakar Abid
17c9f2e7e4
Merge pull request #277 from tnwei/default-fenced-code-blocks
Toggle on markdown support for fenced code blocks
2021-09-20 07:33:35 -05: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
Tan Nian Wei
2a09059444 feat: markdown support for fenced code blocks 2021-09-19 10:43:35 +08:00
Tan Nian Wei
5d84384924 feat: markdown support for fenced code blocks 2021-09-19 10:43:35 +08:00
Abubakar Abid
dcc396aa94 update gradio Interface documentation 2021-09-17 11:30:21 -07:00
Abubakar Abid
472c1a9372 update gradio Interface documentation 2021-09-17 11:30:21 -07:00
Abubakar Abid
3423e0c98f update demo screenshot 2021-09-16 16:17:38 -07:00
Abubakar Abid
ff27228436 update demo screenshot 2021-09-16 16:17:38 -07:00
Abubakar Abid
29af3b22fd demo changes 2021-09-16 16:16:49 -07:00
Abubakar Abid
c302dc56fa demo changes 2021-09-16 16:16:49 -07:00
Ali Abid
be1d8c376e update demo screenshots 2021-09-16 21:24:45 +00:00
Ali Abid
4abe575ecb update demo screenshots 2021-09-16 21:24:45 +00:00
Ali Abid
727007f416 updated PyPi version 2021-09-15 21:00:36 +00:00
Ali Abid
ae4307d3f0 updated PyPi version 2021-09-15 21:00:36 +00:00
Ali Abid
7ff6d67a61 fix mic input for mac 2021-09-15 20:57:50 +00:00
Ali Abid
b5c0e75812 fix mic input for mac 2021-09-15 20:57:50 +00:00
root
417cb9b5cf updated PyPi version 2021-09-14 20:26:24 +00:00
root
95e6fe2fd2 updated PyPi version 2021-09-14 20:26:24 +00:00
Abubakar Abid
27c27dc4ea updated PyPi version 2021-09-14 10:31:10 -05:00
Abubakar Abid
19d5a5cc31 updated PyPi version 2021-09-14 10:31:10 -05:00
Abubakar Abid
c7bdd38330 gradio 2.3.2 2021-09-14 10:30:27 -05:00
Abubakar Abid
2acb3ba2ac gradio 2.3.2 2021-09-14 10:30:27 -05:00
Abubakar Abid
9ed2f1fe29 fixed warnings & unittests 2021-09-14 10:28:55 -05:00
Abubakar Abid
69d29fa8a4 fixed warnings & unittests 2021-09-14 10:28:55 -05:00
Abubakar Abid
018d290c12 updated to 2.3.1 2021-09-14 09:54:46 -05:00
Abubakar Abid
c45ca08b78 updated to 2.3.1 2021-09-14 09:54:46 -05:00
Abubakar Abid
0498567d91 updated PyPi version 2021-09-14 09:51:55 -05:00
Abubakar Abid
f0940161da updated PyPi version 2021-09-14 09:51:55 -05:00
Abubakar Abid
0e50278357 updated PyPi version 2021-09-14 09:51:34 -05:00
Abubakar Abid
456d03aa1b updated PyPi version 2021-09-14 09:51:34 -05:00
Abubakar Abid
d2f07d48a7 fixed version check to work even without internet 2021-09-14 09:50:45 -05:00
Abubakar Abid
3990b182e8 fixed version check to work even without internet 2021-09-14 09:50:45 -05:00
root
e211324ccf updated PyPi version 2021-09-06 21:10:31 +00:00
root
5eaa4b1e8b updated PyPi version 2021-09-06 21:10:31 +00:00
Pradyumna Rahul
c4eeac0ca4 Adds clauses for specific exceptions in version check (#261)
When any exceptions occurs in the "try" block of the code, it would
handle it the same way regardless.
In the `version_check`, there are 4 possibilities for an error to
occur. These are as follows:
1) Gradio package is installed improperly due to which the version information is inaccessible.
2) JSON cannot be parsed from the Package version URL.
3) JSON that is parsed from the URL does not contain version information.
4) The Package URL is not accessible.

Refactored method to handle these cases and provide appropriate messages.

Co-authored-by: Pradyumna Rahul <pradyumnar@Pradyumnas-MacBook-Pro.local>
2021-09-02 14:01:51 -07:00
Pradyumna Rahul
a25eaee1ec
Adds clauses for specific exceptions in version check (#261)
When any exceptions occurs in the "try" block of the code, it would
handle it the same way regardless.
In the `version_check`, there are 4 possibilities for an error to
occur. These are as follows:
1) Gradio package is installed improperly due to which the version information is inaccessible.
2) JSON cannot be parsed from the Package version URL.
3) JSON that is parsed from the URL does not contain version information.
4) The Package URL is not accessible.

Refactored method to handle these cases and provide appropriate messages.

Co-authored-by: Pradyumna Rahul <pradyumnar@Pradyumnas-MacBook-Pro.local>
2021-09-02 14:01:51 -07:00