Update app.py
Browse files
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 |
-
|
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 |
|