darsoarafa commited on
Commit
6a43a90
·
verified ·
1 Parent(s): fdd0d1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -15,10 +15,8 @@ if gr.NO_RELOAD:
15
  device_map="auto",
16
  torch_dtype="auto",
17
  )
18
-
19
  # Marker for detecting final answer
20
  ANSWER_MARKER = "**Answer**"
21
-
22
  # Sentences to start step-by-step reasoning
23
  rethink_prepends = [
24
  "Now, I need to understand the following ",
 
15
  device_map="auto",
16
  torch_dtype="auto",
17
  )
 
18
  # Marker for detecting final answer
19
  ANSWER_MARKER = "**Answer**"
 
20
  # Sentences to start step-by-step reasoning
21
  rethink_prepends = [
22
  "Now, I need to understand the following ",