shauninkripped commited on
Commit
d02fb32
·
verified ·
1 Parent(s): 959ec93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def get_messages_formatter_type(model_name):
71
  return MessagesFormatterType.CHATML
72
 
73
 
74
- @spaces.GPU(duration=120)
75
  def respond(
76
  message,
77
  history: list[tuple[str, str]],
 
71
  return MessagesFormatterType.CHATML
72
 
73
 
74
+
75
  def respond(
76
  message,
77
  history: list[tuple[str, str]],