Merlintxu commited on
Commit
1470252
·
1 Parent(s): a6f7e05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)