shkna1368 commited on
Commit
8b8520c
1 Parent(s): c9c4669

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import gradio
2
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
3
 
4
- tokenizer = AutoTokenizer.from_pretrained("shkna1368/jahanara")
5
- model = AutoModelForSeq2SeqLM.from_pretrained("shkna1368/jahanara")
6
 
7
  def remove_html_tags(text):
8
  """Remove html tags from a string"""
 
1
  import gradio
2
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
3
 
4
+ tokenizer = AutoTokenizer.from_pretrained("shkna1368/v1-Hawramiana")
5
+ model = AutoModelForSeq2SeqLM.from_pretrained("shkna1368/v1-Hawramiana")
6
 
7
  def remove_html_tags(text):
8
  """Remove html tags from a string"""