Castilloa007 commited on
Commit
dae0a46
·
verified ·
1 Parent(s): b9a0193

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
 
4
  summarizer = pipeline("summarization", model="t5-base", tokenizer="t5-small", truncation=True, framework="tf")
5
 
6
- def translate(text)
7
  text = text.replace('"', '"')
8
  text = text.replace(''', "'")
9
  text = text.replace('&', "&")
 
3
 
4
  summarizer = pipeline("summarization", model="t5-base", tokenizer="t5-small", truncation=True, framework="tf")
5
 
6
+ def translate(text):
7
  text = text.replace('"', '"')
8
  text = text.replace(''', "'")
9
  text = text.replace('&', "&")