ki1207 commited on
Commit
bfc1711
1 Parent(s): 3c3c65b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,8 +41,8 @@ def answer_ad_listing_question(
41
  return result
42
 
43
  def postprocess_output(output: str) -> str:
44
- if output and output[-1] not in string.punctuation:
45
- output += "."
46
  return output
47
 
48
  with gr.Blocks() as demo:
 
41
  return result
42
 
43
  def postprocess_output(output: str) -> str:
44
+ # if output and output[-1] not in string.punctuation:
45
+ # output += "."
46
  return output
47
 
48
  with gr.Blocks() as demo: