gaochangkuan commited on
Commit
d811fa8
1 Parent(s): 4fcd9c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ tokenizer.chat_template = """{% for message in messages %}
74
  {% endif %}
75
  {% endfor %}""".replace("\n", "").replace(" ", "")
76
 
77
- @spaces.GPU(duration=20)
78
  def chat_zhuji(
79
  message: str,
80
  history: list,
 
74
  {% endif %}
75
  {% endfor %}""".replace("\n", "").replace(" ", "")
76
 
77
+ @spaces.GPU(duration=60)
78
  def chat_zhuji(
79
  message: str,
80
  history: list,