Spaces:
Runtime error
Runtime error
Commit ·
c4b7399
1
Parent(s): 738a5f6
test
Browse files
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 |
|