kaborg15 commited on
Commit
b8c36cd
1 Parent(s): dc67f4d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def get_completion(prompt, temperature=0.6):
18
  "temperature":temperature,
19
  }
20
  })
21
- return output[0]["generated_text"]
22
 
23
  def main():
24
  st.title('UiA ai koordinator\n Llama 3 8b text completion')
 
18
  "temperature":temperature,
19
  }
20
  })
21
+ return output#[0]["generated_text"]
22
 
23
  def main():
24
  st.title('UiA ai koordinator\n Llama 3 8b text completion')