Spaces:
Runtime error
Runtime error
TenzinGayche
commited on
Commit
•
dc2214a
1
Parent(s):
f014f01
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,6 @@ from transformers import pipeline
|
|
2 |
import gradio as gr
|
3 |
import pyewts
|
4 |
converter = pyewts.pyewts()
|
5 |
-
|
6 |
# def remove_repeated_words(text):
|
7 |
# # Tokenize the input text into words
|
8 |
# words = text.split()
|
|
|
2 |
import gradio as gr
|
3 |
import pyewts
|
4 |
converter = pyewts.pyewts()
|
|
|
5 |
# def remove_repeated_words(text):
|
6 |
# # Tokenize the input text into words
|
7 |
# words = text.split()
|