Duha commited on
Commit
dec4b21
1 Parent(s): 3dc9271

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,5 +5,5 @@ opus_translator = pipeline("translation", model=mdl_name)
5
  def translate(text):
6
  response = opus_translator(text)
7
  return response
8
- grad.Interface(translate, inputs=["text",], outputs="text").
9
  launch()
 
5
  def translate(text):
6
  response = opus_translator(text)
7
  return response
8
+ grad.Interface(translate, inputs=["text",], outputs="text")
9
  launch()