ASG Models commited on
Commit
696ac95
·
verified ·
1 Parent(s): 1a154e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def remove_extra_spaces(text):
42
  Returns:
43
  The string with extra spaces removed.
44
  """
45
- return ' '.join(text.split())
46
 
47
  def query(text,API_URL):
48
  payload={"inputs": text}
 
42
  Returns:
43
  The string with extra spaces removed.
44
  """
45
+ return ' '.join(text.split())
46
 
47
  def query(text,API_URL):
48
  payload={"inputs": text}