Spaces:
Runtime error
Runtime error
Commit
·
0ee68a4
1
Parent(s):
513f022
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,6 @@ def translate(text):
|
|
18 |
|
19 |
print(translate('helo how are you'))
|
20 |
|
21 |
-
|
22 |
-
iface =
|
23 |
iface.launch()
|
24 |
-
'''
|
|
|
18 |
|
19 |
print(translate('helo how are you'))
|
20 |
|
21 |
+
|
22 |
+
iface = grd.Interface(fn=translate, inputs="text", outputs="text")
|
23 |
iface.launch()
|
|