mipra commited on
Commit
f3a7389
Β·
1 Parent(s): 674a188

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,5 +21,5 @@ model = AutoModelForSeq2SeqLM.from_pretrained("salesken/translation-hi-en")
21
  # due to covid, we have reduced our debt interest
22
 
23
 
24
- iface = gr.Interface(fn=greet, inputs="text", outputs="text")
25
  iface.launch()
 
21
  # due to covid, we have reduced our debt interest
22
 
23
 
24
+ iface = gr.Interface(fn=translate, inputs="text", outputs="text")
25
  iface.launch()