Spaces:
Runtime error
Runtime error
Update app.py
Browse filesCorrecting error
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',
|