hyejoo commited on
Commit
61acf29
1 Parent(s): ccd5efb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  # Load model directly
4
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
5
 
6
- tokenizer = AutoTokenizer.from_pretrained("yeye776/OndeviceAI-T5-v1T")
7
  model = AutoModelForSeq2SeqLM.from_pretrained("yeye776/OndeviceAI-T5-v1")
8
 
9
  # Gradio 인터페이스 구성
 
3
  # Load model directly
4
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
5
 
6
+ tokenizer = AutoTokenizer.from_pretrained("yeye776/OndeviceAI-T5-v1")
7
  model = AutoModelForSeq2SeqLM.from_pretrained("yeye776/OndeviceAI-T5-v1")
8
 
9
  # Gradio 인터페이스 구성