Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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:
|