sanaweb commited on
Commit
1e3b72b
1 Parent(s): 7058475

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def log_to_langfuse(message, chat_history, max_new_tokens, temperature, top_p, t
85
  return "".join(model_outputs)
86
 
87
 
88
- @spaces.CPU
89
  def generate(
90
  message: str,
91
  chat_history: list[tuple[str, str]],
 
85
  return "".join(model_outputs)
86
 
87
 
88
+ @spaces.GPU
89
  def generate(
90
  message: str,
91
  chat_history: list[tuple[str, str]],