Harveenchadha commited on
Commit
0ee68a4
·
1 Parent(s): 513f022

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -18,7 +18,6 @@ def translate(text):
18
 
19
  print(translate('helo how are you'))
20
 
21
- '''
22
- iface = gr.Interface(fn=translate, inputs="text", outputs="text")
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()