gyroing commited on
Commit
37e45c1
1 Parent(s): 5542915

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,5 +39,5 @@ def fix_words(words: typing.List[str]) -> typing.List[str]:
39
  def greet(name):
40
  return name
41
 
42
- iface = gr.Interface(fn=" ".join(preprocess_text), inputs="text", outputs="text")
43
  iface.launch()
 
39
  def greet(name):
40
  return name
41
 
42
+ iface = gr.Interface(fn=preprocess_text, inputs="text", outputs="text")
43
  iface.launch()