Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,6 @@ MODELS = {
|
|
11 |
"GPT2": "datificate/gpt2-small-spanish",
|
12 |
}
|
13 |
|
14 |
-
´
|
15 |
# Define your function
|
16 |
def generate_and_analyze(model_name, input_text):
|
17 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
|
|
11 |
"GPT2": "datificate/gpt2-small-spanish",
|
12 |
}
|
13 |
|
|
|
14 |
# Define your function
|
15 |
def generate_and_analyze(model_name, input_text):
|
16 |
tokenizer = AutoTokenizer.from_pretrained(model)
|