from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("KeLiu/QETRA_HTML") model = AutoModelForSeq2SeqLM.from_pretrained("KeLiu/QETRA_HTML")
You can modify this app directly by editing index.html in the Files and versions tab.
Also don't forget to check the Spaces documentation.