vilarin commited on
Commit
e29928f
1 Parent(s): 6f619d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -66,8 +66,6 @@ h3 {
66
  }
67
  """
68
 
69
-
70
- @spaces.GPU(duration=90)
71
  def stream_chat(message: str, history: list, temperature: float, context_window: int, top_p: float, top_k: int, penalty: float):
72
  print(f'message is - {message}')
73
  print(f'history is - {history}')
 
66
  }
67
  """
68
 
 
 
69
  def stream_chat(message: str, history: list, temperature: float, context_window: int, top_p: float, top_k: int, penalty: float):
70
  print(f'message is - {message}')
71
  print(f'history is - {history}')