Spaces:
Running
Running
Enoch
commited on
Commit
·
56ff9b4
1
Parent(s):
db4e98a
"删除了生成函数中的计数器"
Browse files
app.py
CHANGED
@@ -221,7 +221,6 @@ def generate_patent_document(
|
|
221 |
alternative_input,
|
222 |
model_choice,
|
223 |
):
|
224 |
-
increment_user_counter() # 在函数开始时递增计数器
|
225 |
try:
|
226 |
final_document = ""
|
227 |
|
|
|
221 |
alternative_input,
|
222 |
model_choice,
|
223 |
):
|
|
|
224 |
try:
|
225 |
final_document = ""
|
226 |
|