research14 commited on
Commit
c4b7399
·
1 Parent(s): 738a5f6
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -12,13 +12,6 @@ model = AutoModelForCausalLM.from_pretrained(model_name)
12
 
13
  template_single = '''Please output any <{}> in the following sentence one per line without any additional text: "{}"'''
14
 
15
- Noun
16
- Determiner
17
- Noun phrase
18
- Verb phrase
19
- Dependent Clause
20
- T-units
21
-
22
  def interface():
23
  gr.Markdown(" Description ")
24
 
 
12
 
13
  template_single = '''Please output any <{}> in the following sentence one per line without any additional text: "{}"'''
14
 
 
 
 
 
 
 
 
15
  def interface():
16
  gr.Markdown(" Description ")
17