Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,6 @@ def translation(text):
|
|
12 |
inp_text = gr.inputs.Textbox(label='Input')
|
13 |
output = gr.outputs.Textbox(label='Output')
|
14 |
|
15 |
-
gr.Interface(fn=translation, inputs=inp_text, outputs=output, title='Translation',theme='peach').launch(enable_queue=True
|
16 |
|
17 |
|
|
|
12 |
inp_text = gr.inputs.Textbox(label='Input')
|
13 |
output = gr.outputs.Textbox(label='Output')
|
14 |
|
15 |
+
gr.Interface(fn=translation, inputs=inp_text, outputs=output, title='Translation',theme='peach').launch(enable_queue=True)
|
16 |
|
17 |
|