Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,4 +6,4 @@ def traductor(text):
|
|
6 |
return pipe(text)[0]['translation_text']
|
7 |
|
8 |
demo = gr.Interface(traductor, inputs="text", outputs="text")
|
9 |
-
demo.launch
|
|
|
6 |
return pipe(text)[0]['translation_text']
|
7 |
|
8 |
demo = gr.Interface(traductor, inputs="text", outputs="text")
|
9 |
+
demo.launch()
|