Spaces:
Runtime error
Runtime error
Commit
·
9045e57
1
Parent(s):
8c7a67c
Update app.py
Browse files
app.py
CHANGED
@@ -13,4 +13,4 @@ def translate(text):
|
|
13 |
return response
|
14 |
txt=grad.Textbox(lines=1, label="English", placeholder="English Text here")
|
15 |
out=grad.Textbox(lines=1, label="Hungarian")
|
16 |
-
grad.Interface(translate, inputs=txt, outputs=out).launch(
|
|
|
13 |
return response
|
14 |
txt=grad.Textbox(lines=1, label="English", placeholder="English Text here")
|
15 |
out=grad.Textbox(lines=1, label="Hungarian")
|
16 |
+
grad.Interface(translate, inputs=txt, outputs=out).launch()
|