Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ if __name__ == '__main__':
|
|
98 |
|
99 |
gr.Interface(translation,
|
100 |
inputs=[gr.Textbox(title="source"),gr.Textbox(title="target"),gr.Textbox(title="text")],
|
101 |
-
outputs,
|
102 |
title=title,
|
103 |
description=description,
|
104 |
).launch()
|
|
|
98 |
|
99 |
gr.Interface(translation,
|
100 |
inputs=[gr.Textbox(title="source"),gr.Textbox(title="target"),gr.Textbox(title="text")],
|
101 |
+
outputs=gr.Textbox(),
|
102 |
title=title,
|
103 |
description=description,
|
104 |
).launch()
|