TenzinGayche commited on
Commit
dc2214a
1 Parent(s): f014f01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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()