HenRick69 commited on
Commit
6e83083
1 Parent(s): 13f332c

Update app.py

Browse files

Correcting error

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def predict(text):
7
  return pipe(text)[0]["translation_text"]
8
 
9
  demo = gr.Interface(
10
- title='English to Spanish translation!! :)\nTraducci贸n de Ingl茅s a Espa帽ol! :D\n'
11
  fn=predict,
12
  inputs='text',
13
  outputs='text',
 
7
  return pipe(text)[0]["translation_text"]
8
 
9
  demo = gr.Interface(
10
+ title='English to Spanish translation!! :)\nTraducci贸n de Ingl茅s a Espa帽ol! :D\n',
11
  fn=predict,
12
  inputs='text',
13
  outputs='text',