Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,4 +41,4 @@ inputs = [
|
|
41 |
|
42 |
output = gr.outputs.Textbox(label="Translated Text")
|
43 |
|
44 |
-
gr.Interface(fn=translate, inputs=inputs, outputs=output).launch(
|
|
|
41 |
|
42 |
output = gr.outputs.Textbox(label="Translated Text")
|
43 |
|
44 |
+
gr.Interface(fn=translate, inputs=inputs, outputs=output).launch()
|