Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ if __name__ == '__main__':
|
|
103 |
if butt and text != "":
|
104 |
prompt = f'''
|
105 |
概括文章中心思想:\n{text}
|
106 |
-
|
107 |
'''
|
108 |
# print the predicted text
|
109 |
prediction = cl.generate(
|
|
|
103 |
if butt and text != "":
|
104 |
prompt = f'''
|
105 |
概括文章中心思想:\n{text}
|
106 |
+
摘要:
|
107 |
'''
|
108 |
# print the predicted text
|
109 |
prediction = cl.generate(
|