ez7051 commited on
Commit
151cd47
·
verified ·
1 Parent(s): 21045f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ embed = partial(
57
  embed_with_semaphore,
58
  embed_fn = embedder.aembed_query,
59
  semaphore = asyncio.Semaphore(value=10) ## <- feel free to play with value
60
-
61
 
62
  ## Useful method for mistral, which is currently tuned to output numbered outputs
63
  def EnumParser(*idxs):
 
57
  embed_with_semaphore,
58
  embed_fn = embedder.aembed_query,
59
  semaphore = asyncio.Semaphore(value=10) ## <- feel free to play with value
60
+ )
61
 
62
  ## Useful method for mistral, which is currently tuned to output numbered outputs
63
  def EnumParser(*idxs):