Spaces:
Runtime error
Runtime error
ayaanzaveri
commited on
Commit
•
8ff1ded
1
Parent(s):
ba24efa
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
-
|
3 |
from transformers import pipeline
|
|
|
4 |
|
5 |
pipe = pipeline("translation", model="Helsinki-NLP/opus-mt-fr-en")
|
6 |
|
|
|
1 |
import gradio as gr
|
|
|
2 |
from transformers import pipeline
|
3 |
+
import pytorch
|
4 |
|
5 |
pipe = pipeline("translation", model="Helsinki-NLP/opus-mt-fr-en")
|
6 |
|