robzchhangte commited on
Commit
f4d4037
·
verified ·
1 Parent(s): 9b415ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def load_model():
14
 
15
  tokenizer, model = load_model()
16
 
17
- st.title("📝 Mizo Text Generator powered by fine-tuned Bloomz")
18
 
19
  prompt = st.text_area("Enter your prompt (in Mizo):", height=150)
20
 
 
14
 
15
  tokenizer, model = load_model()
16
 
17
+ st.title("📝 Mizo Text Generator")
18
 
19
  prompt = st.text_area("Enter your prompt (in Mizo):", height=150)
20