gaochangkuan
commited on
Commit
•
d23bb14
1
Parent(s):
0c41102
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ tokenizer.chat_template = """{% for message in messages %}
|
|
75 |
{% endif %}
|
76 |
{% endfor %}""".replace("\n", "").replace(" ", "")
|
77 |
|
78 |
-
@spaces.GPU(duration=
|
79 |
def chat_zhuji(
|
80 |
message: str,
|
81 |
history: list,
|
|
|
75 |
{% endif %}
|
76 |
{% endfor %}""".replace("\n", "").replace(" ", "")
|
77 |
|
78 |
+
@spaces.GPU(duration=40)
|
79 |
def chat_zhuji(
|
80 |
message: str,
|
81 |
history: list,
|