Suchinthana commited on
Commit
512ea91
1 Parent(s): 2936508

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
 
5
  # Load tokenizer and generator
6
  tokenizer = AutoTokenizer.from_pretrained('google/mt5-base')
7
- generator3 = pipeline(model='Suchinthana/MT5-Sinhala-Wikigen-Experimental', tokenizer=tokenizer)
8
 
9
  # Define the function for Gradio to use
10
  def generate_sinhala_text(prompt):
 
4
 
5
  # Load tokenizer and generator
6
  tokenizer = AutoTokenizer.from_pretrained('google/mt5-base')
7
+ generator3 = pipeline(model='Suchinthana/MT-5-Sinhala-Wikigen', tokenizer=tokenizer)
8
 
9
  # Define the function for Gradio to use
10
  def generate_sinhala_text(prompt):