Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import gradio
|
2 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
3 |
|
4 |
-
tokenizer = AutoTokenizer.from_pretrained("shkna1368/
|
5 |
-
model = AutoModelForSeq2SeqLM.from_pretrained("shkna1368/
|
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"""
|