prithivMLmods commited on
Commit
b94b9a5
·
verified ·
1 Parent(s): 32d8e74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -35,6 +35,7 @@ async def text_to_speech(text: str) -> str:
35
  await communicate.save(tmp_path)
36
  return tmp_path
37
 
 
38
  def generate(
39
  message: str,
40
  chat_history: list[dict],
 
35
  await communicate.save(tmp_path)
36
  return tmp_path
37
 
38
+ @space.GPU
39
  def generate(
40
  message: str,
41
  chat_history: list[dict],