JollypopChannel commited on
Commit
e382d53
1 Parent(s): 38fe355

update to include a proper, actual readme file content. fix the error too

Browse files
Files changed (1) hide show
  1. README.md +18 -18
README.md CHANGED
@@ -1,3 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # T2E Vocabulary Exam Generator
2
  T2E Vocabulary Exam Generator as the name suggest, is an open souce program that allows user, in this case being teachers, to generate English vocabulary exam right from their browser. We aim to help reduce the pain point of teacher having to spend his/her/their precious time and effort to make the entire vocabulary exam or quiz. To try it out, click the Demo link in the Quick Links section below.
3
 
@@ -43,21 +60,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
43
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
44
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
45
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
46
- SOFTWARE.
47
-
48
- ---
49
- title: T2E Vocabulary Exam Generator
50
- emoji: ✏️
51
- colorFrom: blue
52
- colorTo: blue
53
- sdk: gradio
54
- sdk_version: 2.9.1
55
- python_version: 3.10.4
56
- app_file: app.py
57
- models: [osanseviero/BigGAN-deep-128, t5-small]
58
- datasets: [emotion]
59
- license: mit
60
- pinned: true
61
- ---
62
-
63
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
 
1
+ ---
2
+ title: T2E Vocabulary Exam Generator
3
+ emoji: ✏️
4
+ colorFrom: blue
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: 2.9.1
8
+ python_version: 3.10.4
9
+ app_file: app.py
10
+ models: [osanseviero/BigGAN-deep-128, t5-small]
11
+ datasets: [emotion]
12
+ license: mit
13
+ pinned: true
14
+ ---
15
+
16
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
17
+
18
  # T2E Vocabulary Exam Generator
19
  T2E Vocabulary Exam Generator as the name suggest, is an open souce program that allows user, in this case being teachers, to generate English vocabulary exam right from their browser. We aim to help reduce the pain point of teacher having to spend his/her/their precious time and effort to make the entire vocabulary exam or quiz. To try it out, click the Demo link in the Quick Links section below.
20
 
 
60
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
61
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
62
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
63
+ SOFTWARE.