ASG Models commited on
Commit
f8f8dd7
·
verified ·
1 Parent(s): 7cfa1ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def remove_extra_spaces(text):
18
  Returns:
19
  The string with extra spaces removed.
20
  """
21
- return ' '.join(text.split())
22
 
23
  def query(text,API_URL):
24
  payload={"inputs": text}
 
18
  Returns:
19
  The string with extra spaces removed.
20
  """
21
+ return ' '.join(text.split())
22
 
23
  def query(text,API_URL):
24
  payload={"inputs": text}