KarmaCST commited on
Commit
7be1027
·
verified ·
1 Parent(s): 7dfb1ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,9 +34,9 @@ def translate_dzongkha_to_english(text):
34
  if text in [example[0] for example in examples]:
35
  print(f"Using example: {text}")
36
 
37
- # return model(text)
38
 
39
- return model(text)
40
 
41
  # model = gr.load("models/Purz/face-projection")
42
 
 
34
  if text in [example[0] for example in examples]:
35
  print(f"Using example: {text}")
36
 
37
+ return model(text)
38
 
39
+ # return model(text)
40
 
41
  # model = gr.load("models/Purz/face-projection")
42