sandz7 commited on
Commit
16340a7
Β·
1 Parent(s): 3f52b9b

type on generate_llama

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def llama_generation(input_text: str,
124
 
125
 
126
  # start the thread and wait for it to finish
127
- thread = threading.Thread(target=generation_llama)
128
  thread.start()
129
  thread.join()
130
  return streamer
 
124
 
125
 
126
  # start the thread and wait for it to finish
127
+ thread = threading.Thread(target=generate_llama)
128
  thread.start()
129
  thread.join()
130
  return streamer