ShravanHN commited on
Commit
e1f5561
1 Parent(s): 5f3e959

removed spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -224,7 +224,7 @@ def generate_response_for_chunk(chunk, history, temperature, max_new_tokens):
224
 
225
  return "".join(outputs)
226
 
227
- @spaces.GPU(duration=110)
228
  def chat_llama3_8b(message: str, history: list, temperature: float, max_new_tokens: int):
229
  """
230
  Generate a streaming response using the llama3-8b model with chunking.
 
224
 
225
  return "".join(outputs)
226
 
227
+ # @spaces.GPU(duration=110)
228
  def chat_llama3_8b(message: str, history: list, temperature: float, max_new_tokens: int):
229
  """
230
  Generate a streaming response using the llama3-8b model with chunking.