AItool commited on
Commit
1339b97
·
verified ·
1 Parent(s): 5b7582d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -53,7 +53,6 @@ if submitted:
53
  top_p=random.uniform(0.7, 1.0),
54
  stream=True
55
  )
56
- minutes, seconds, milliseconds = process_with_timing()
57
 
58
  # Concatenate chunks to form the full response
59
  for chunk in stream:
 
53
  top_p=random.uniform(0.7, 1.0),
54
  stream=True
55
  )
 
56
 
57
  # Concatenate chunks to form the full response
58
  for chunk in stream: