danf commited on
Commit
84b7fc0
·
verified ·
1 Parent(s): 09e5658

Enable zerogpu

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ def build_assistant_markdown(
190
  return "\n\n".join(parts)
191
 
192
 
193
- # @spaces.GPU
194
  def handle_user_message(
195
  user_input: str,
196
  lang: str,
 
190
  return "\n\n".join(parts)
191
 
192
 
193
+ @spaces.GPU
194
  def handle_user_message(
195
  user_input: str,
196
  lang: str,