Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
|
3 |
from transformers import pipeline
|
4 |
|
5 |
-
pipe = pipeline("
|
6 |
|
7 |
|
8 |
def translate(text):
|
|
|
2 |
|
3 |
from transformers import pipeline
|
4 |
|
5 |
+
pipe = pipeline("translation", model="ai-forever/mGPT-1.3B-turkmen")
|
6 |
|
7 |
|
8 |
def translate(text):
|