Commit
·
e37abe5
1
Parent(s):
00bfa33
fix typos
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ if __name__ == "__main__":
|
|
78 |
description = (
|
79 |
f"{desc}"
|
80 |
)
|
81 |
-
examples = [["English", "Nepali", "
|
82 |
|
83 |
gr.Interface(
|
84 |
translate_text,
|
|
|
78 |
description = (
|
79 |
f"{desc}"
|
80 |
)
|
81 |
+
examples = [["English", "Nepali", "Hello, how are you?"]]
|
82 |
|
83 |
gr.Interface(
|
84 |
translate_text,
|